otienonick / Django_Galleria

a personal gallery application where admins can display their photos for others to see.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GALERIA

PROJECT DEVELOPER;

Nick Otieno.

Project Description

A personal gallery application where admins can display their photos for others to see.

Setup Requirements

- Github
- Code Editor
- Web Browser

Setup Installation

- Fork app from github
- Clone the app in your terminal using $git clone command
-Create your database using:
$psql
CREATE DATABASE <database name>; and connect it in settings.py
- Run the code in your code editor  using :
$ python3 manage.py runserver

Technologies Used;

- HTML
- CSS
- Django-3.2.8
-Javascript

LICENCE

©2021 Nick Otieno.

About

a personal gallery application where admins can display their photos for others to see.

https://galleria70.herokuapp.com/

License:MIT License


Languages

Language:Python 49.7%Language:HTML 26.2%Language:CSS 20.4%Language:JavaScript 2.7%Language:Shell 0.9%