Author: Eric N
This is a website application that allows you to post ephemeral photos that show up separately from your profile.Comments can be made on the post as well as likes can be added on the post.
| Behaviour | Input | Output |
|---|---|---|
| Display login page | On page load | Input form to be field to login |
| Display register | Click on register | Provide input fields to filled for registration |
| Display posts | On Login | Redirected to the varous posts category |
- Html
- Python 3.8.10
- Django
- Bootstrap
- CSS
- python3.8.10
- pip
- virtual env
-
In your terminal:
$ git clone https://github.com/erhic/Instagram $ cd Instagram
-
Creating the virtual environment
$ python3 -m venv --without-pip virtual -
Installing Django and other Modules
$ pip install Django $ pip install pillow $ pip install python-dotenv -
To run the application, in your terminal:
$ python3 manage.py runserver
For feedback or any information pertaining this project feel free to reach me through :
Email: ericngugi24@gmail.com
LICENSE (link to MIT License )



