Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 623 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 623 Bytes

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)