This is Django application used for room reservations at FRI.
Clone the repository.
git clone https://github.com/UL-FRI/reservations.git
Navigate to the project directory and install the required dependencies.
cd reservations uv syncCreate/update the database.
uv run manage.py migrate
Create superuser account.
uv run manage.py createsuperuser
- Run the development server.
uv run manage.py runserver
The administration interface can be accessed at localhhost:8000/admin/.
The API endpoints are available at localhost:8000/api/.