ByteSource is build on Django-python framework for managing quizzes and user progress.A dynamic Web Based application for Computer Science E-Learning and Evaluation.This Project was made as a part of Intercollege Competition Colloquium 2024 (Theme : IT for Smart Campus). Our team was Selected and Awarded for consolation.
-
Clone the repository:
git clone https://github.com/yourusername/ByteSource.git cd ByteSource
-
Create and activate a virtual environment: python3 -m venv venv source venv/bin/activate
-
Install the dependencies: pip install -r requirements.txt
-
Set up environment variables: cp .env.example .env
-
Apply migrations and create a superuser: python manage.py migrate python manage.py createsuperuser
-
Run the development server: python manage.py runserver
Usage Access the admin panel at http://127.0.0.1:8000/admin/ Access the main page at http://127.0.0.1:8000/main/
Contributing Contributions are welcome! Please open an issue or submit a pull request.
License This project is licensed under the MIT License.