Skip to content

A platform where users can create and enroll in free courses, where courses are compiled from freely available contents on the internet.

Notifications You must be signed in to change notification settings

zarif007/Open-Course

Repository files navigation

Open Course

A platform where users can create and enroll in free courses, where courses are compiled from freely available contents on the internet.

Features

Getting Started Using OC

To get started with Open Course, visit https://open-course.vercel.app/ and sign up for a free account.

Technologies Used

Notification Server

https://github.com/zarif007/Open-Course-Notification

Contributing to Open Course

Welcome to Open Course! We appreciate your interest in contributing. Whether you want to report a bug, suggest a feature, or contribute code, your help is greatly appreciated.

Bug Reports and Feature Requests

If you come across a bug or have a feature request, please open an issue. Make sure to check if a similar issue or feature request has already been submitted.

Diagrams

ER Diagram

Contributing Code

  1. Fork the repository to your GitHub account.

  2. Clone your forked repository to your local machine:

    git clone https://github.com/your-username/Open-Course.git
  3. Install dependencies

    npm i
  4. Start the development server

    npm run dev
  5. Create a new branch for your contribution

    git checkout -b feature/your-feature
  6. Make your changes and commit them

    git add .
    git commit -m "Add your feature or fix"
  7. Push your changes to your forked repository

    git push origin feature/your-feature

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published

Languages