Skip to content
/ insta Public

A webapp built in Django for uploading, commenting and liking photos.

License

Notifications You must be signed in to change notification settings

badruu/insta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Title

This is a webapp for photo-sharing. It mirrors Instagram-a popular photo app.

Getting Started

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.

Prerequisites

It is assumed you have the following installed in your machine:

Installing

Follow these instructions to get the project running in your machine

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

Running the tests

Run the following command in your shell

python manage.py runtests

Deployment

This project has been deployed in heroku.

You may follow this document to deploy yours.

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

About

A webapp built in Django for uploading, commenting and liking photos.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published