Skip to content

athallahmaajid/My_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My_blog

My blog using django

First, clone the blog project

git clone https://github.com/athallahmaajid/My_blog.git

Create virtualenv:

virtualenv django_2 python=3.6

Install all the requirements:

pip install -r requirements.txt

Migrate the blog app

cd blog_app
python manage.py makemigrations
python manage.py migrate

Run the app:

python manage.py runserver

And, Voila! the blog app is run on http://127.0.0:8000

To Check the Post API you can go here: Post : http://127.0.0.1:8000/api/posts Comment: http://127.0.0.1:8000/api/comments

About

my blog using django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published