Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krasivaya/instagram-ph2
This is a Django website that allows a user upload pictures and other users can like, comment on them. As well as they can be able to follow each other and see their followers pictures on their timeline, even they can view posts from their profile alongside with the number of followers and followings they have. (Live site is down below)
https://github.com/krasivaya/instagram-ph2
django heroku postgresql python virtualenv
Last synced: about 8 hours ago
JSON representation
This is a Django website that allows a user upload pictures and other users can like, comment on them. As well as they can be able to follow each other and see their followers pictures on their timeline, even they can view posts from their profile alongside with the number of followers and followings they have. (Live site is down below)
- Host: GitHub
- URL: https://github.com/krasivaya/instagram-ph2
- Owner: Krasivaya
- Created: 2019-10-18T10:57:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:45:07.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T03:16:18.309Z (over 1 year ago)
- Topics: django, heroku, postgresql, python, virtualenv
- Language: HTML
- Homepage: https://krasivaya-instagram.herokuapp.com/account/login/?next=/
- Size: 6.01 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instagram PH2
### Developed By
[Carine I. SEMWAGA](https://github.com/Krasivaya)### Description
This is a Django website that allows a user upload pictures and other users can like, comment on them. As well as they can be able to follow each other and see their followers pictures on their timeline, even they can view posts from their profile alongside with the number of followers and followings they have.### Technologies Used
1. Python3.6
2. Virtualenv
3. Django
4. HTML
5. Bootsrap & CSS
6. Git Version Control
7. Heruko### Setup/Installation Requirements
* Open your terminal
* initialize github, git clone ` https://github.com/Krasivaya/Instagram-PH2.git `
* cd Instagram-PH2
* open folder in prefered IDE
* open terminal
* Install virtualenv `python3.6 -m venv --without-pip virtual`
* Activate virtual envirnoment `source virtual/bin/activate`
* Install latest pip `curl https://bootstrap.pypa.io/get-pip.py | python`
* Install all requirements `pip install -r requirements.txt`
* Run in terminal `python3.6 manage.py runserver`
* Run the application in your localhost provided### Known Bugs
No bug known. If you found any, please contact!### Contacts
Email: [email protected]### Live site - Preview
Newsfeed page / Homepage
![s3](https://user-images.githubusercontent.com/51264308/67236880-6aea2d80-f44a-11e9-94de-95e7a931f3cc.png)Profile page
![s2](https://user-images.githubusercontent.com/51264308/67236901-74739580-f44a-11e9-8797-090cb976bf69.png)Login Using Github Account
![s5](https://user-images.githubusercontent.com/51264308/67374536-9459a500-f581-11e9-8d40-1ccf631642a3.png)### Live site
Livesite is not ready yet - [Instagram PH2](https://krasivaya-instagram.herokuapp.com/)### License
This project is under the [MIT](https://github.com/Krasivaya/github/blob/master/LICENSE) license.##### Copyright (c) 2019 Carine I. SEMWAGA.