/nodejs-task-manager

Created this app to improve knowledge of nodejs.

Primary LanguageJavaScript

Task manager web app with nodejs

I've been learning node.js and made this app to improve the knowledge!

  • Docker;
  • Express;
  • Mongoose;
  • bcrypt;
  • Token;
  • Auth;
  • File Upload;
  • Tests with Jest;

How to use?

If you have docker, you can simply run the commands

docker-compose up

otherwise, inside /task-app you can use:

npm i
npm run dev

Make sure you have mongodb installed and change the URL's on dev.env.