A web applications that allows users to share comment and like photos posted by users
As a user I would like:
- Sign in to the application to start using.
- Upload my pictures to the application.
- See my profile with all my pictures.
- Follow other users and see their pictures on my timeline.
- Like a picture and leave a comment on it.
- Python 3.6.5
- Virtual environment
- PostgreSQL
- open my GitHub
- find my repo FlipGram
- run
git clone REPO-URL
in your terminal - write
cd FlipGram
- create a virtual environment with
python3.6 -m venv virtual
- enter virtual environment
. virtual/bin/activate
- run
pip install -r requirements.txt
- create Postgres Database and name it
gram
and configure the settings - run
python3.6 manage.py runserver
to run the application
- Python ( ver 3.6 )
- Django ( ver 2.0.5 )
- Django Bootstrap 3
- PostgreSQL
- Heroku
- Mark Murimi
- Stack Overflow
License under MIT
Copyright (C) 2018 ~ Reseni