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-seating
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.
- populate the
.env
file with the same credentials.
cd client
cp .env.example.env
- install the depencies and run the project.
yarn
yarn dev