Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karan-parmar-007/food-app-django-basic
https://github.com/karan-parmar-007/food-app-django-basic
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/karan-parmar-007/food-app-django-basic
- Owner: Karan-parmar-007
- Created: 2024-01-12T08:27:11.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-12T08:49:06.000Z (about 1 year ago)
- Last Synced: 2024-11-06T13:27:46.532Z (3 months ago)
- Language: Python
- Size: 13.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is Just a basic django project.
I made it when i was learning djangoIt has this features:
1. Create new user
2. Add and delete item
3. Login and logoutTo run it you need to do this :
1. Go to settings.py file in the main app and add your database detail (SQL)
2. Install Django, pillow, sqlclient.
3. In terminal just run the Command : python manage.py runserverThis projectis free to use and you can also modify and send a pull request.