A basic CRUD application build using Django, Bootstrap and Sqlite.
A simple image uploader built with python
django
bootstrap
.
A simple, reponsive website. Built with:
- Python 🐍
- Django 🎸
- Bootstrap 4 🌈
- Sqlite3
- Clone the project
git clone https://github.com/Aby-Sebastian/Album-CRUD.git
-
Make sure you are in Shortly folder
-
Install all dependencies
pip install -r requirements.txt
-
Run Migrations
python manage.py makemigrations
python manage.py migrate
- Run Server
python manage.py runserver
And you are good to go.
- HOME
- Uploaded Images
- View Image
- Delete Image