/ROT_back_end

Node JS, MongoDB, JWT

Primary LanguageJavaScript

ROT Back-end

API Deployed Version: Heroku

Don´t forget install mongoDB and create a local instance.

More info: MongoDB Docs

Command to run a MongoDB local instance:

windows:

 "C:\Program Files\MongoDB\Server\4.4\bin\mongod.exe" --dbpath="c:\data\db"

To run this project run the following commands on console.

 npm install && npm start