This is smart task management app. You can create your own tasks or collaborate with others and create teams to manage tasks.
Requirements: Node and Npm MongoDB
Usage:
- Clone the repository.
- In the command prompt CD to the this directory and enter npm install.
- Place your own MongoDB URI in config/prod.js in place of process.env.MONGO_URI.
- Start the server: npm start
- Open your browser and Navigate to localhost:3000 to perform actions.
- You can register and then log in.
- After logging in change the route from http://localhost:3000/api/users/login to http://localhost:3000/task.