Skip to content

The website is super simple but efficient for beginners.

Notifications You must be signed in to change notification settings

abdullo2008/CourseMatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CourseMatch

About

This site is used to creating, retrieving, updating, deleting (CRUD) category, courses and blogs.

How to launch and run

Create virtualenv (in terminal):

pip install pipenv
pipenv shell

Configure database

python manage.py makemigrations python manage.py migrate

Install required packages

pipenv install django pipenv install Pillow

Create superuser

python manage.py createsuperuser

Run project

python manage.py runserver

Then click the url. The url: http://127.0.0.1:8000 Enjoy and follow my other repositories(Optional)

About

The website is super simple but efficient for beginners.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published