Project | Task-Management-System |
---|---|
Author | Tanvir Hossain Dihan |
Version | 2.0 |
Date | 31 December, 2023 |
- Requirement
- MongoDB in local pc
- npm
- Install npm package in both "frontend" and "backend" folder using
npm install
command. - Run frontend using
npm run dev
- Run backend using
npm start