Logo

MarathonStore Back-end API

Back-end project of building the

Project preview

Preview do projeto

Deploy

App available at:

Author

👤 Gabriel Neves

Stack

Back-end: javascript nodejs expressjs mongodb

How to run

  1. Clone this repository
  2. Install dependencies
npm i
  1. Run mongodb with
mongod --dbpath ~/.mongo
  1. set you .env file

  2. Run the project with

npm run start
  1. Run the project in development mode (nodemon)
npm run start:dev