/picity

This is an instagram clone that should work just like the real instagram but now with a cool name.

Primary LanguagePythonMIT LicenseMIT

PICITY

This is an instagram clone that should work just like the real instagram but now with a cool name.

Author

  • LESKEYLEVY

DESCRIPTION

  • These instructions will get you a copy of the project up and running on a local host.

Step 1: git clone Step 2: Enter the Project root folder

cd gallery/ install virtual environment (venv) without pip

python3.6 -m venv --without-pip virtual Step 3: Activate virtual environment

source virtual/bin/activate install pip using curl

curl https://bootstrap.pypa.io/get-pip.py | python run the application.

python3.6 manage.py runserver

BUILT WITH

  • python3.6
  • Django - python framework
  • PostgreSQL #BUGS
  • This app is still under development so expect some bugs feeel free to report these bugs to the dev ##This bugs will be fixed in the next few hours thanks for your patience.

TECHNOLOGIES USED.

  • HTML5
  • CSS
  • Bootstrap4
  • Python3.6
  • django 1.11
  • jQuery

CREDITS

  • UNSPLASH,MORINGA SCHOOL

LICENSE.

  • Copyright (c) 2018 LESKEYLEVY
  • 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.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.