Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 318 Bytes

ReadMe.md

File metadata and controls

11 lines (8 loc) · 318 Bytes

Docker

If you have no MongoDB in your pc, you can use Docker.

How can we run the server?

Put the "docker-compose up" in the terminal in /codechallenge.

How can we run the backend?

Put the "npm start" in /backend/codechallenge.

How can we run the frontend?

Put the "npm start" in /frontend/codechallenge.