8000 GitHub - superrcoop/photogram: instagram remake with Vue.js and flask python
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

superrcoop/photogram

Repository files navigation

PHOTOGRAM

Description

Introducing a fictional Instagram clone called Photogram

Getting Started !

This Web app requires the latest version of Python and Flask and Vuejs

Clone the repository:

$ git clone https://github.com/superrcoop/photogram.git

Go into the repository:

$ cd photogram

Install dependencies:

$ pip install -r requirements.txt

Deploy

To test locally,Ensure that PostgreSQL is installed and running and configure the database URI located in __init__.py

Export database URL:

$ export DATABASE_URL=<DATABASE_URL>

Setup database:

$ python flask-migrations.py db init
$ python flask-migrations.py db migrate
$ python flask-migrations.py db upgrade

Run:

$ python run.py

About

instagram remake with Vue.js and flask python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0