Back-end project of building the
App available at:
👤 Gabriel Neves
- LinkedIn: @GabrielNeves
- Github: @neves-gabriel
- Clone this repository
- Install dependencies
npm i
- Run mongodb with
mongod --dbpath ~/.mongo
-
set you .env file
-
Run the project with
npm run start
- Run the project in development mode (nodemon)
npm run start:dev