/InstaPic

A clone of the popular instagram app.

Primary LanguagePython

InstaPic

A clone of the popular instagram app.

Author

By Sarah Marion


Description

This is an application more or less like the popular social media platform Instagram where users can sign up, post pictures view pictures posted by others comment on them as well as like or dislike the pictures.

User Stories

As a user I would like:

  • to sign in to the application to start using
  • to upload pictures to the application.
  • to view their profiles containing all their pictures
  • to follow other users and see their the users timeline.
  • to like a picture and leave a comment on it.

How to use it

Technologies Used

  • Python3.6
  • Django framework
  • Bootstrap
  • PostgreSQL

Setup/Installation Requirements

  • Internet access
  • git clone https://github.com/sarah-marion/InstaPic.git
  • cd InstaPic

To install a virtual environment

  • pip3 install python3.6
  • python3.6 -m venv virtual
  • source virtual/bin/activate

Dependancy Installments

  • pip3 install django==1.11 django-heroku gunicorn whitenoise python-decouple whitenoise django-bootstrap3

To install all dependencies

  • python3.6 -m pip install -r requirements.txt

To change the config_name parameter from 'production' to 'development'

  • Run python3.6 manage.py runserver to get the app running navigate to http://127.0.0.1:8000/ and it will open in your browser

Known Bugs

It does not have bugs.But if any problems should occur, email me at devsarahmarion@gmail.com

  • N/B Also it is not finished yet...more features and functionalities are still being worked on.

Support and Contact Details

You can reach out to me at devsarahmarion@gmail.com for Reviews, Advice, Collaborations and Comments

Licence

MIT License

Copyright (c) 2018 Dev Sarah Marion

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.