Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 322 Bytes

File metadata and controls

14 lines (9 loc) · 322 Bytes

CircleServer

Server for Circle App/Web.

###config:

  • Create a directory config under root directory.
  • Create a file mongodb.js under config
    • In mongodb.js exports DB_USERNAME = <YOUR_DB_USERNAME> and DB_PASSWORD = <YOUR_DB_PASSWORD>

Run server:

  • npm install
  • npm start