This is a project is a webapp which is a web interface for hobby school which is a platform by which students can register into specific hobby oriented courses.This project utilizes Djando framework to provides these types of services.
- HTML
- CSS
- Python
- Django
- Courselist: See all of the courses available
- Upcoming Batches: See all of the batches available
- Userlist: See all of the users (for admin)
- Add Batch: Add new Batch (for admin)
- Register in course: Register in new course (for student)
- Roles: Student and Admin roles
- Login: Login to existing user
- Logout: Logout from your user
- Install django,mysql-connector,mysql client,xampp server
- After proper installation
- Navigate to your app folder
- run on command prompt: python manage.py makemigrations
- Then: python manage.py migrate
- Then: python manage.py runserver
- Then open localhost