Skip to content

Microservice for RFID Bands that was used for an Event Carnival Booth System created by me and a fellow developer from Student Government

Notifications You must be signed in to change notification settings

zedithx/NightFiesta2024Admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 

Repository files navigation

NF2024 Admin Website

This website is an website for administrators of Night Fiesta 2024 to use. Night Fiesta is a night version of open house that is packed with interesting night activities and dazzling light installations. In Night Fiesta 2024, students each get an rfid wristband and register their name at the administrative booths. They can then go around and use the bands at game booths to gain points. There is a leaderboard on our main website showcasing the points of the people, intending to mimic a carnival styled event. All this is stored in supabase(postgresql), where the schema has been made using Django framework.

Take note you need a supabase connection or change to sqlite for this to work. It should be stored in a .env file. Os.environ will get it from the dotenv file.

Installation

First, cd to backend

cd backend

Pip install the required files

pip install -r requirements.txt

Activating the backend server for api calls


You will need the .env file to run it. If you are interested, do pm me on telegram @zedithx. At the backend directory, perform this command to start the backend server

python manage.py runserver

If you would like to perform shell commands:

python manage.py shell

About

Microservice for RFID Bands that was used for an Event Carnival Booth System created by me and a fellow developer from Student Government

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages