Skip to content

SST-OSS/seating-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seating plan

randomizes the students' seats in their respective batches and presents it in a nice UI.

Deploy with Vercel

Developing locally

  • clone the project
git clone [email protected]:probablyArth/sst-seating.git
  • cd into the project
cd sst-seating

setting up firebase

cd scripts
cp .env.example .env
  • create a new project in firebase
  • create a webapp and firestore
  • populate the .env file with the respective credentials.
  • run yarn to install the dependencies.
  • run node script.js to populate the firestore database.

setting up client

  • populate the .env file with the same credentials.
cd client
cp .env.example.env
  • install the depencies and run the project.
yarn
yarn dev

contributors