Skip to content

UL-FRI/reservations

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reservations

This is Django application used for room reservations at FRI.

Installation

  1. Clone the repository.

    git clone https://github.com/UL-FRI/reservations.git
  2. Navigate to the project directory and install the required dependencies.

    cd reservations
    uv sync
  3. Create/update the database.

    uv run manage.py migrate
  4. Create superuser account.

    uv run manage.py createsuperuser
  5. Run the development server.
    uv run manage.py runserver

Usage

The administration interface can be accessed at localhhost:8000/admin/.

The API endpoints are available at localhost:8000/api/.

About

Web based system for reservations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.2%
  • HTML 34.3%
  • CSS 7.6%
  • Python 3.9%