Skip to content

A basic CRUD application build using Django, Bootstrap and Sqlite.

Notifications You must be signed in to change notification settings

Aby-Sebastian/Album-CRUD

Repository files navigation

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

About

A basic CRUD application build using Django, Bootstrap and Sqlite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published