Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 676 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 676 Bytes

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

  1. Setup the app using the instructions in Laravel's documentation
  2. Run the migrations
    ./vendor/bin/sail migrate:fresh --seed
  3. Fill out the .env file
    cp .env.example .env
  4. Visit http://localhost/, and login with the admin account ([email protected], password)