Skip to content

MrSquigy/roomie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roomie

python 3.9 MIT

This site manages schedules for different rooms.

How to Run

  1. Make sure you have Python 3.9+
  2. Clone the repo
git clone https://github.com/MrSquigy/roomie
cd roomie
  1. Setup the virtual environment
python -m venv .venv/roomie
.venv/roomie/Scripts/activate
python -m pip install -r requirements.txt
  1. Perform database migrations
python manage.py migrate
  1. Launch the Django dev server
python manage.py runserver
  1. Visit roomie at http://localhost:8000