Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/michaeldehaney94/django_demo-bookstore-webapp
- Owner: michaeldehaney94
- Created: 2022-05-18T20:24:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-19T19:53:41.000Z (over 2 years ago)
- Last Synced: 2024-09-09T22:53:48.125Z (5 months ago)
- Topics: bootstrap4, django, django-admin, html-css, pillow, python
- Language: Python
- Homepage:
- Size: 424 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'