Created By: Marial Lugare on 06/04/2022.
The application is a clone of Instagram application which allows users to post photos,like and comment on them after signing up.
Django-3.9
Django-bootstrap-v5
Setup process
Clone this repository using the link from the clone button
Open the downloaded folder in a text editor of your preference
$ python3.9 -m venv --without-pip virtual
Activate virtual environment
$ source virtual/bin/activate
Install latest pip version inside virtual environment
$ curl https://bootstrap.pypa.io/get-pip.py | python
$ pip install -r requirements.txt
Starting up the application
$ python3.9 manage.py runserver
Open port *http://127.0.0.1:8000/ * to interact with the application
There are no known bugs.
PYTHON
DJANGO 3.2.8
HTML5
CSS
BOOTSTRAP5
POSTGRESQL
MARKDOWN for the README.md file
Feel free to contact me for assistance if need be or to offer suggestions for improvements.
Email me:mariallugare@gmail.com My phone number:0728608551
License under MIT License Copyright (c) 2022 MIT License