Skip to content

Photogram, an Instagram clone using vue.js (front end) and Flask (API backend). Heroku live deployment ->

Notifications You must be signed in to change notification settings

shadowlaw/info3180-project2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photogram

INFO 3180 Project 2 Photogram

Setup

Note: This app uses a PostgreSQL database along with Flask-SQLAlchemy and Flask-Migrate.

To begin using this app you can do the following:

  1. Clone the repository to your local machine or Cloud9.
  2. Create a Python virtual environment e.g. virtualenv venv
  3. Enter the virtual environment using source venv/bin/activate
  4. Install the dependencies using Pip. e.g. pip install -r requirements.txt. Note: Ensure you have PostgreSQL already installed and a database created.
  5. Edit the app/__init__.py file and enter your database credentials and database name.
  6. Run the migrations by typing python flask-migrate.py db upgrade
  7. Ensure you add a user to your database to test the login system.
  8. Start the development server using python run.py.

About

Photogram, an Instagram clone using vue.js (front end) and Flask (API backend). Heroku live deployment ->

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published