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

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

A Simple blog app to demonstrate CRUD features!
https://github.com/arvind-4/sample-blog

django django-templates sqlite3

Last synced: 5 months ago
JSON representation

A Simple blog app to demonstrate CRUD features!

Awesome Lists containing this project

README

          

# sample-blog

Install Requirements for the project
```bash
pip install -r requirements.txt
```

Run Migrations

```bash
python manage.py makemigrations
python manage.py migrate
```

Run Dev Server:

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