Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 311 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 311 Bytes

CryptoQuest

A web portal to conduct CTF based competetion.

  1. Install the dependencies

  2. Create an .env file in the root folder with the following properties

    • PORT - Port for the server
    • SECRET - passphrase for the jwt
    • DBURL - URL for the mongodb
  3. Run npm start to start the server