A web app for the 2018-2019 Introsec club at RPI. This website hosts basic club information as well as a CTF style set of challenges for members to practice on.
-
Clone the repo
git clone https://github.com/RylanOC/Introsec-Website.git
-
cd Introsec-Website
-
Open client
cd client
npm run dev
- Open server
cd server
npm start
- Open
http://localhost:8080
in browser
All challenges are stored in a mongodb database on the local machine. To setup your own challenges, simply install mongodb and create a document with the schema described in client/src/schemas/challenges.js