Skip to content

Youdemy is an online learning platform that offers a wide range of courses on Computer programming, allowing individuals to acquire new skills and knowledge at their own pace.

Notifications You must be signed in to change notification settings

kunal2812/Youdemy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youdemy

Youdemy is an online learning platform that offers a wide range of courses on Computer programming, allowing individuals to acquire new skills and knowledge at their own pace.

Getting Started

How to run locally?

  • Install Python

  • Clone this repository

    git clone https://github.com/ContriHUB/Youdemy.git
    
  • Create Virtual Environment

    cd Youdemy
    
  • Create Virtual Environment

    python -m venv env
    
  • Activate the environment

    • On Windows, run: env\Scripts\activate
    • On Linux/Mac, run: source env/bin/activate
  • Install the dependencies

    pip install -r requirements.txt
    
  • To apply the migrations run,

    python manage.py makemigrations
    
    python manage.py migrate
    
  • Now to run the server, and visit http://127.0.0.1:8000/.

    python manage.py runserver
    
  • To access admin panel, you need to be superuser. Follow this link for instructions.

For help getting started with Django, view online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference. You can also ChatGPT for taking references.

Steps to contribute -
  1. Fork this repo and clone it to your system.
  2. Get the issue assigned to you on the ContriHUB website.
  3. Make the required changes. Please keep your changes relevant only to the issue specified.
  4. Add your name to CONTRIBUTORS.md.
  5. Create a PR with your changes and a detailed description of the changes you have made.
  6. Submit the PR link on the ContriHUB website.

References for contributing

Contributors

A list of contributors can be found in CONTRIBUTORS.md.

About

Youdemy is an online learning platform that offers a wide range of courses on Computer programming, allowing individuals to acquire new skills and knowledge at their own pace.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published