Skip to content

okmd/course-reservation-system

Repository files navigation

course-reservation-system

This project is part of M.Tech DTU SWE course project.

To use this repository follow these steps.

Windows installation.

> python -m venv env
> .\env\Scripts\activate
> git clone https://github.com/okmd/course-reservation-system.git
> cd course-reservation-system
> pip install -r requirements.txt

Running this application

> python manage.py makemigrations
> python manage.py migrate
> python manage.py createsuperuser
> python manage.py runserver

Screenshots

Search

Search

Profile

Profile

Login

Login

Progress

Progress

Course Status

Courses

About

This project is part of M.Tech DTU SWE course project.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors