Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/michaeldehaney94/django_demo-bookstore-webapp

Online bookstore built using Django web framework using CRUD operations to add, read, update and delete data.
https://github.com/michaeldehaney94/django_demo-bookstore-webapp

bootstrap4 django django-admin html-css pillow python

Last synced: about 2 months ago
JSON representation

Online bookstore built using Django web framework using CRUD operations to add, read, update and delete data.

Awesome Lists containing this project

README

        

# django_demo-bookstore-webapp
Online bookstore built using Django web framework using CRUD operations to add, read, update and delete data.

To start application server, run 'python manage.py runserver' in terminal or cli.
Then copy and paste server URL(http://127.0.0.1:8000/) in the web browser.
To stop the server, press CTRL + C.

To create database migrations for models, run 'python manage.py makemigrations'

To create tables from database migrations, run 'python manage.py migrate'