Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 587 Bytes

README.md

File metadata and controls

17 lines (8 loc) · 587 Bytes

IGLProject

To run the application in a server locally :

  • You should have node.js, mongodb, and all the npm dependencies mentioned in packege.json file.

  • Change the url in "config/database.js" from "mongodb://mongo/scolar" to "mongodb://127.0.0.1:27017/scolar".

  • Run the command "npm start" in the root folder after starting a mongod service

To run the application using Docker and docker-compose:

  • Run the command "docker-compose up" in the root folder

  • That's it. (Docker will install all the images and the dependencies needed and set everything up for you)