Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 679 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 679 Bytes

#Summary This project was created by Isaac Arismendi, for the backend test in Rokk3rLabs

For backend (normal):

  1. Install MongoDB.
  2. Setup project database in: src/config/dev
  3. In element mongo write: ip:port of mongo
  4. Run npm install
  5. Run npm run seed-dev
  6. Run npm start
  7. Navigate to http://localhost:3000/api/docs/ to see API documentation.

For backend (with docker):

  1. Install docker and docker-compose
  2. Run npm run docker
  3. Navigate to http://localhost: 3000/api/docs/ to see API documentation.

For frontend:

  1. Go to the /client folder
  2. Run npm install
  3. Run npm start
  4. Navigate to http://localhost:4200/.