Skip to content

SST-OSS/seating-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 git@github.com: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

About

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors