Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2bweru/gallery
This is a gallery where one can see my photos and the different categories placed under them.
https://github.com/2bweru/gallery
bootstrap3 css3 django-framework python3
Last synced: 17 days ago
JSON representation
This is a gallery where one can see my photos and the different categories placed under them.
- Host: GitHub
- URL: https://github.com/2bweru/gallery
- Owner: 2BWeru
- Created: 2022-05-25T13:34:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-31T13:58:35.000Z (over 2 years ago)
- Last Synced: 2024-10-17T09:10:58.502Z (about 1 month ago)
- Topics: bootstrap3, css3, django-framework, python3
- Language: Python
- Homepage: https://mintz-gallery.herokuapp.com/
- Size: 12.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project Title
### Mintz_Gallery
##Project Description
### This project is to enable me practice and implement Django functions by creating a website application where a user can add images and others can view.
## Getting Started
- Create a repository on Github.
- Create a new directory in the terminal and initialize it
- Open your choice editor and start creating your code.
- When you are done with the project,deploy it to Heroku.
- Host your Heroku link as your live link on your created Github repository.## Prerequisites
- Python3
- Django
- virtual environment### User story
- User can log in the admin dashboard
- User can upload images
- Other users can view images based on location taken
- Search images by their category
- See image description when they hover on image## Installing
## Deployment
- log in to heroku
```
heroku login
```
- create heroku app
```
heroku create app
```
- Upload requirements
```
pip freeze
```
- create a postgres addon to your heroku app
```
heroku addons:create heroku-postgresql:hobby-dev
```
- push to heroku```
git push heroku master
```
- run migrations
```
heroku run python manage.py migrate
```
## Contact Information
- For any inqueries feel free to write to me through :
- ![link] ([email protected])## Licence
- MIT License
- Copyright (c) 2022 Betty Weru