https://github.com/sandip-sadhukhan/udego
A learning platform that helps you in academics, coding, and job
https://github.com/sandip-sadhukhan/udego
Last synced: 3 months ago
JSON representation
A learning platform that helps you in academics, coding, and job
- Host: GitHub
- URL: https://github.com/sandip-sadhukhan/udego
- Owner: sandip-sadhukhan
- Created: 2021-01-03T10:34:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-03T10:46:21.000Z (over 4 years ago)
- Last Synced: 2024-01-31T18:56:40.747Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://sandipsadhukhan.pythonanywhere.com/
- Size: 569 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Udego
A learning platform that helps you in academics, coding, and job
Live Link - https://sandipsadhukhan.pythonanywhere.com/## What is do
It is a article based course website primarily focused on academics, coding type tutorial blogs.---
You Have a seprate admin panel to manage all your course and subcourse.## Screenshots
Course Page
Home Page
## Technology Used
- HTML
- CSS
- Bootstrap
- Javascript
- Django
- Sqlite
- PythonAnywhere (for deploy)## How to run locally
- Requirement: Python 3, Pip
```bash
# clone the repo
https://github.com/sandippakhanna/udego.git# install all dependencies
cd udego
pip install -r requirements.txt# migrate the database
python manage.py migrate# run the app
python manage.py runserver
```
Open http://localhost:8000 in your browser## Developer
Sandip SadhukhanMail - [email protected]