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

https://github.com/arvind-4/blog-backend

Simple Content Management System build on Django and Django Rest Framework.
https://github.com/arvind-4/blog-backend

django django-application django-framework django-rest-api django-rest-framework django-restframework python3 python39

Last synced: about 1 month ago
JSON representation

Simple Content Management System build on Django and Django Rest Framework.

Awesome Lists containing this project

README

        

# Blog Backend

Simple Content Management System build on Django and Django Rest Framework.

### Get the Code

- Clone Repo

```bash
mkdir blog-backend
cd blog-backend
git clone https://github.com/Arvind-4/blog-backend.git .
```
- Install Virtual Environment and Dependencies

```bash
pip install virtualenv
python3.10 -m venv .
source bin/activate
pip install -r requirements.txt
```

- Run Local Server

```bash
python manage.py runserver
```