/task-manager-nodejs

Tiny task manager app built with NodeJS follows the tutorial of FreeCodeCamp

Primary LanguageCSS

task-manager-nodejs

Tiny task manager app built with NodeJS follows the tutorial of FreeCodeCamp

Express and Routing: https://expressjs.com/

To use:

Clone the project

git clone https://github.com/TienThinh-fe/task-manager-nodejs.git

Install the package

npm install

Run the server (nodemon)

npm start

Note:

  • Create .env file and modify the mongo url via your info
  • Using the same version to keep the app works

HAPPY CODING