Skip to content

A dynamic Web Based application for Computer Science as a E-Learning Platform for Both Students and Learners.

License

Notifications You must be signed in to change notification settings

OS-03/BYTESOURCE

Repository files navigation

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:

    git clone https://github.com/yourusername/ByteSource.git
    cd ByteSource
    
  2. Create and activate a virtual environment: python3 -m venv venv source venv/bin/activate

  3. Install the dependencies: pip install -r requirements.txt

  4. Set up environment variables: cp .env.example .env

  5. Apply migrations and create a superuser: python manage.py migrate python manage.py createsuperuser

  6. 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.

About

A dynamic Web Based application for Computer Science as a E-Learning Platform for Both Students and Learners.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published