Skip to content

API for photo app using Flask, SQLAlchemy, Marshmallow, JWT

Notifications You must be signed in to change notification settings

tinhvqbk/flask-photo-app

 
 

Repository files navigation

Quick Start

  1. Clone the repo
$ git clone
$ cd flask-photo-app
  1. Initialize and activate a virtualenv:
$ python3 -m venv env
$ source env/bin/activate
  1. Install the dependencies:
$ pip3 install -r requirements.txt
  1. Start up the database:
$ docker-compose up
  1. Run the development server:
$ export ENV=dev
$ python3 run.py
  1. Navigate to http://localhost:5000

About

API for photo app using Flask, SQLAlchemy, Marshmallow, JWT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Dockerfile 0.5%