dorm1.mp4
- Python 3.x installed on your system
- Docker (if using Docker)
- Basic knowledge of Django
git clone https://github.com/segestic/dormitory.git
cd dormitory
3. Create a .env file in the project directory by renaming the .env.example and fill in your variables
docker-compose up
5. Django will be accessible at http://localhost:7070.
git clone https://github.com/segestic/dormitory.git
cd dormitory
python3 -m venv env
-
On macOS and Linux:
source env/bin/activate
-
On Windows:
.\env\Scripts\activate
pip install -r requirements.txt
python manage.py migrate
python manage.py collectstatic
python manage.py createsuperuser
python manage.py runserver
Dormitory App will be accessible at http://localhost:8000.