A web application built on Django framework that seeks to imitate the official Instagram functionality
Visit the application on https://instagramc10ne.herokuapp.com/
To make advancements/modifications, follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b new-changes
) - Make the appropriate changes in the files
- Add changes made
- Commit your changes (
git commit -am 'new-changes'
) - Push to the branch (
git push origin 'new-changes'
) - 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.5
- Django 3.2.4
- Bulma
- Cloudinary
- Bootstrap
- HTML
- CSS
Should you be unable to access the website, have any recommendations and/or questions, feel free to email me:ernestmucheru254@gmail.com
Copyright (c) 2021 Ernest Mucheru