Giter VIP home page Giter VIP logo

ndundiro / personal-gallery Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 17.67 MB

Personal-gallery is a platform that allows a users to display their photos for world to see.Photos can be displayed according to different categories and locations.

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

License: MIT License

Python 66.26% HTML 32.50% JavaScript 0.76% CSS 0.49%
django1-11 python3 bootstrap-4 virtualenv html5

personal-gallery's Introduction

Personal-Gallery

Author

Ndundiro Kamau

Description

Personal-gallery is a platform that allows a users to display their photos for world to see.Photos can be displayed according to different categories and locations.

SetUp/Installations

  1. Download the zip file of the project or Clone the repository using the following command: git clone https://github.com/Ndundiro/Personal-Gallery.git

Navigate to the project directory cd IP

  1. Virtual Environment Install virtualenv using pip:
    python3.6 -m venv virtual
    Proceed to activate the virtual environment
    source virtual/bin/activate

  2. Install packages/dependancies
    Install the packages in the requirements.txt file:
    pip install -r requirements.txt

  3. Create a database Create a new postgress database,Type the following command
    psql
    Run the following command,it creates a new database named gallery1
    #create database gallery1

  4. Create Database migrations run the following command:
    python3 manage.py makemigrations gallery
    followed by:
    python3 manage.py migrate

  5. Run the app To run the application:
    python3 manage.py runserver

Open the link http://127.0.0.1:8000/ in a browser.

  1. To run tests:
    python3 manage.py test

For more Information,Read the following documents:

User Stories

  1. As a user, I would like to view different photos that interest me.
  2. As a user, I would like to click on a single photo to expand it and also view the details of the photo.The photo details must appear on a modalwithin the same route as the main page.
  3. As a user, I would like to search for different categories of photos.eg Food,
  4. As a user, I would like to copy a link to the photo to share with my friends.
  5. As a user, I would like to view photos based on the location they were taken.

Bugs

There are no known bugs yet

Technologies Used

  • Python3.6
  • Django 1.11
  • PostgreSQL
  • HTML5
  • CSS3
  • Heroku

Dependencies

  • Postgresql

Support and Contact Details

For any comments,suggestions,feedback or inquiries, contact me via email: [email protected]

License

MIT License

Copyright © 2019 Ndundiro Kamau

personal-gallery's People

Contributors

dependabot[bot] avatar ndundiro avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.