Skip to content

Latest commit

 

History

History
executable file
·
12 lines (9 loc) · 382 Bytes

README.md

File metadata and controls

executable file
·
12 lines (9 loc) · 382 Bytes

CTF_Server

Running the system

  • Clone the repo
  • Install mongoDB
  • Run npm install
  • On one terminal session run npm run watch-ts
  • On another terminal session run npm run watch-node
  • View at localhost:3000/api/ or the port in your .env

Note For API list look inside the documentation folder in the repository. Also for visualising the database, use robomongo.