https://github.com/os-03/bytesource
A dynamic Web Based application for Computer Science E-Learning Platform for Both Students and Learners.
https://github.com/os-03/bytesource
django django-application env managepy migrations mvc-architecture pip3 python sqllite venv
Last synced: 2 months ago
JSON representation
A dynamic Web Based application for Computer Science E-Learning Platform for Both Students and Learners.
- Host: GitHub
- URL: https://github.com/os-03/bytesource
- Owner: OS-03
- Created: 2024-04-23T06:20:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-25T19:32:20.000Z (6 months ago)
- Last Synced: 2025-03-25T19:32:29.199Z (6 months ago)
- Topics: django, django-application, env, managepy, migrations, mvc-architecture, pip3, python, sqllite, venv
- Language: JavaScript
- Homepage:
- Size: 9.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ByteSource
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.
## Installation
1. Clone the repository:
```sh
git clone https://github.com/yourusername/ByteSource.git
cd ByteSource```
2. Create and activate a virtual environment:
python3 -m venv venv
source venv/bin/activate3. Install the dependencies:
pip install -r requirements.txt4. Set up environment variables:
cp .env.example .env5. Apply migrations and create a superuser:
python manage.py migrate
python manage.py createsuperuser6. Run the development server:
python manage.py runserverUsage
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.