Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 555 Bytes

readme.md

File metadata and controls

24 lines (15 loc) · 555 Bytes

Desafio Ignição Digital

Version 1.0.0

Contributors

How to run the application

Install all dependencies

  • cd server -> npm install
  • cd client -> npm install

Mongo connection setup

  • Edit server/.env MONGODB_URL to its proper url.

Run the local server

  • Open a terminal on the root of the project
  • cd server -> npm run dev # Express & React :3000 & 5000
  • cd server -> npm run server # Express only :5000
  • cd server -> npm run client #React Client only:3000