Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yashkathe/blog-website-api.py

Backend for Blog Website made with Django
https://github.com/yashkathe/blog-website-api.py

Last synced: about 4 hours ago
JSON representation

Backend for Blog Website made with Django

Awesome Lists containing this project

README

        

# Django REST Framework for my Blog

database- sqllite

## Documentation

### Database

1. [Model](./blog_metadata/models.py)
2. [Admin Site](./blog_metadata/admin.py)

### Rest API

1. [Serializers](./blog_metadata/serializers.py)
2. [Core API logic (Views)](./blog_metadata/views.py)
3. [Routes in App (URLs)](./blog_metadata/urls.py)