A clone of the popular Instagram application. Users are able to upload images, follow other users to see their photos, like and comment on photos.
Visit the application on https://insta2100.herokuapp.com/account/login/?next=/ .
To make advancements/modifications, follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b improve-feature
) - Make the appropriate changes in the files
- Add changes made
- Commit your changes (
git commit -am 'Improve feature'
) - Push to the branch (
git push origin improve-feature
) - Create a Pull Request
- Create and activate a virtual environment
- Install the dependencies listed in the
requirements.txt
- Create a
.env
file. This will contain environment variables as listed in the.env.sample
file. - Finally, run your app on
MODE='dev'
config for debugging purposes
Technologies used to develop this application:
- Python v3.9.7
- Django 4.0.5
- Bootstrap
Should you be unable to access the website, have any recommendations and/or questions, feel free to email me:oscarnjenga@gmail.com
Copyright (c) 2020 Oscar Kamau