Moni-que / DjangoPhotoGallery

Home Page:https://djangogalleryapp.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DjangoPhotoGallery

Screenshot of the app

Screenshot from 2022-06-04 18-01-12

Table of Contents

  • Description
  • Minimum Viable Product
  • Technologies Used
  • Setup Instructions and Installation
  • Authors Info

Description

This is a website where users are able to view their photos as well as other people's photos that interest them.The are able to post and delete their photos in different categories.They can also create their own categories if they like.

Minimum Viable Product:

  1. User can search for images in categories.
  2. User can view Images in different categories.
  3. User can create,update and delete image posts.
  4. The user can create a category the want to add.
  5. The user can describe their photos.

Technologies Used

  • Django
  • Bootstrap
  • python
  • PostgreSQL
  • Javascript
  • Git

Setup Instructions and Installation

  • Clone this repository to your computer. git clone https://github.com/Moni-que/DjangoPhotoGallery.git
  • Open terminal command line then navigate to the root folder cd DjangoPhotoGallery
  • Create virtual environment pip install pipenv
  • run source venv/bin/activate
  • Install flask and bootstrap3 in your environment:
  • pipenv install django==4.0.4
  • pipenv install django bootstrap3
  • Confirm a successful installation when pipenv creates the files Pipfile and Pipfile.lock
  • Run python3.8 manage.py runserver

Authors Info

About

https://djangogalleryapp.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 50.8%Language:CSS 44.0%Language:Python 3.4%Language:HTML 1.7%Language:Procfile 0.0%