https://github.com/vantablanta/viewpoint
This project is a personal gallery application that allows me to display my photos for others to see.
https://github.com/vantablanta/viewpoint
django heroku-deployment html js
Last synced: about 2 months ago
JSON representation
This project is a personal gallery application that allows me to display my photos for others to see.
- Host: GitHub
- URL: https://github.com/vantablanta/viewpoint
- Owner: vantablanta
- License: mit
- Created: 2022-05-28T07:38:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-31T10:42:49.000Z (about 4 years ago)
- Last Synced: 2026-01-02T03:39:11.895Z (5 months ago)
- Topics: django, heroku-deployment, html, js
- Language: Python
- Homepage: https://viewpoint-mn.herokuapp.com/
- Size: 1.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ViewPoint
>Developed by [Michelle-Njeri](https://github.com/vantablanta)
## Description
>This project is a personal gallery application that allows you to display your photos for others to see.
## Live Link
>[View Site](https://viewpoint-mn.herokuapp.com/) to visit the site
## User Story
* View different photos that interest me.
* Click on a single photo to expand it and also view the details of the photo. The photo details must appear on a modal within the same route as the main page.
* Search for different categories of photos. (ie. Travel, Food)
* View photos based on the location they were taken.
## Setup and Installation
To get the project .......
##### Cloning the repository:
```bash
https://github.com/vantablanta/viewpoint.git
```
##### Navigate into the folder
```bash
cd project-viewpoint
```
##### Install and activate Virtual
```bash
pipenv shell
```
##### Install Dependencies
```bash
pipenv sync
```
##### Setup Database
SetUp your database User,Password, Host then make migrate
```bash
python manage.py makemigrations photoapp
```
Now Migrate
```bash
python manage.py migrate
```
##### Run the application
```bash
python manage.py runserver
```
##### Testing the application
```bash
python manage.py test
```
Open the application on your browser `127.0.0.1:8000`.
## Technology used
* [Python3.8](https://www.python.org/)
* [Django 4.0](https://docs.djangoproject.com/en/2.2/)
* [Heroku](https://heroku.com)
## Known Bugs
* There are no known bugs currently but pull requests are allowed incase you spot a bug
## Contact Information
If you have any question or contributions, please email me at [vantablanta@gmail.com]
## License
[](https://github.com/vantablanta/viewpoint/blob/master/LICENSE)
>Copyright (c) 2022 **Michelle Njeri**