This nodejs app given by Dev Team, is a task management app that crucial for the company success.
Description:
The Task management app is an app where users can register and keep track on their tasks and assignments. Each user will need to register and log in. The app depends on a mongodb database.
Your Goal Is:
- Dockerize the app
- Add a docker compose and making sure the app is working with the database.
- Fix "It worked on my machine" problems.
- The App should run on "Development" environment.
- Make the app image small as possible.
- Minimize app startup time.
Notes:
- Learn new things as you progress
- The real goal is expand your knowledge so keep in mind to read and understand new material.
- You can change files from the app if needed(don't change the whole app)
DevTeam Instructions:
to start npm install
to run node index.js