This is a webapp for photo-sharing. It mirrors Instagram-a popular photo app.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
It is assumed you have the following installed in your machine:
Follow these instructions to get the project running in your machine
- Clone this repository
git clone https://github.com/badruu/insta
- Create a virtual environment and activate it
vitualenv my_project_env
source my_project_env/bin/activate
- Install the dependecies using the following command
pip install -r requirements.txt
- Run the dev server to confirm you have done everything correctly
python manage.py runserver
Run the following command in your shell
python manage.py runtests
This project has been deployed in heroku.
You may follow this document to deploy yours.
- Django 1.11.17- The web framework used
- Postgresql- Database Management
- Bootstrap3- Frontend framework
- MDBootstrap- Frontend framework
- Badrudin Noor Sheikh
- Contact -- badrubadri92@gmail.com
This project is licensed under the MIT License - see the LICENSE file for details