Cryptocracy II
Platform for Cryptocracy II, the second iteration of an independent cryptic hunt organised by students from DPS Dwarka and DPS RK Puram.
The platform uses Laravel on the backend, React on the frontend, and Inertia.js to interface between them.
Setup
- Setup the app using the instructions in Laravel's documentation
- Run the migrations
./vendor/bin/sail migrate:fresh --seed
- Fill out the
.env
filecp .env.example .env
- Visit
http://localhost/
, and login with the admin account ([email protected]
,password
)