Skip to content

Latest commit

 

History

History
76 lines (51 loc) · 1.57 KB

README.md

File metadata and controls

76 lines (51 loc) · 1.57 KB

Album-CRUD

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

How to run this project (Ubuntu 18.04)

  1. Clone the project
git clone https://github.com/Aby-Sebastian/Album-CRUD.git
  1. Make sure you are in Shortly folder

  2. Install all dependencies

    pip install -r requirements.txt
  3. Run Migrations

python manage.py makemigrations
python manage.py migrate
  1. Run Server
python manage.py runserver 

And you are good to go.

Screenshots

  • HOME

Home

  • Uploaded Images

Uploads

  • View Image

View

  • Delete Image

Delete Image

References