这是indexloc提供的服务,不要输入任何密码
Skip to content

Isaac6702/Rokk3rLabs-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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/.

To test backend

  1. Run npm test
  2. In the file: <folder-project>/coverage
  3. Open index.html to view coverage of test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published