A web portal to conduct CTF based competetion.
-
Install the dependencies
-
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
-
Run
npm start
to start the server