randomizes the students' seats in their respective batches and presents it in a nice UI.
- clone the project
git clone git@github.com:probablyArth/sst-seating.git- cd into the project
cd sst-seatingcd scripts
cp .env.example .env
- create a new project in firebase
- create a webapp and firestore
- populate the
.envfile with the respective credentials. - run
yarnto install the dependencies. - run
node script.jsto populate the firestore database.
- populate the
.envfile with the same credentials.
cd client
cp .env.example.env
- install the depencies and run the project.
yarn
yarn dev