AshkanShakiba / Paragraph

Blog API - Developed with Django

Home Page:https://paragraph-blog.herokuapp.com/api/schema/swagger-ui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paragraph

Blog application, developed with Django and Django REST framework, using PostgreSQL.

Available on paragraph-blog.herokuapp.com

Use VPN to visit paragraph-blog.herokuapp.com

documentation

Documentation: [ swagger ] [ redoc ]

Schema: [ schema ]

features

Authentication: users can create account and login to the application, based on token authentication.

Posts: create, read, update and delete functionalities has been implemented for posts. users can publish posts after authentication. edit and delete option of post are only available for its author.

Admin: dashboard implemented using django admin app which can be used to manage users, posts, etc.

how to run

Run python manage.py runserver to start development server on http://localhost:8000/.

Run python manage.py test to execute tests.

About

Blog API - Developed with Django

https://paragraph-blog.herokuapp.com/api/schema/swagger-ui/


Languages

Language:Python 99.8%Language:Procfile 0.2%