This project is based on the design and development of a project management application similar to Trello and JIRA.
The project is layered into two parts:
- Frontend: Vanilla Javascript combined with Vue 3, PrimeVue, Axios and Moment package.
- Backend (API): MongoDB, Mongoose, ExpressJS, NodeJS, Swagger and Autopopulate package.
Link to API (swagger).
Link to Timefly Website.
cd backend
npm run start-dev
http://localhost:4000/api/docs/
cd frontend
npm install
npm run serve
npm run build
npm run lint