EdGenius

EdGenius is a Django application that is designed to be similar to online learning platforms like Udemy and Coursera. With EdGenius, users can create and take courses on a variety of topics

Installation

  1. Clone the repository: git clone https://github.com/username/edgenius.git

  2. Install requirements: pip install -r requirements.txt

  3. Apply database migrations: python manage.py migrate

  4. Start the development server: python manage.py runserver

Usage

To use EdGenius, simply navigate to the homepage and browse available courses. Users can enroll in free courses or purchase access to paid courses. Once enrolled, users can access course materials, participate in discussions, and track their progress.

Contributing

To contribute to EdGenius, please follow these steps:

  1. Fork the repository
  2. Create a new branch
  3. Make your changes and commit them
  4. Push to your fork
  5. Create a pull request

License

EdGenius is licensed under the MIT License.

Share this project:

Updates