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.
git clone https://github.com/ContriHUB/Youdemy.git
cd Youdemy
python -m venv env
env\Scripts\activate
source env/bin/activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
http://127.0.0.1:8000/
.
python manage.py runserver
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.
A list of contributors can be found in CONTRIBUTORS.md.