graveetone / flask_api

Flask API using SQLAlchemy(ORM) and Marshmallow(Serialization)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

  1. Create and activate virtual environment

    python -m venv vevn

    source vevn/bin/activate(for Unix-like systems)

  2. Install dependencies

    pip install -r requirements.txt

  3. Create and seed the database. Run

    python seed.py

  4. Run project

    python app.py

About

Flask API using SQLAlchemy(ORM) and Marshmallow(Serialization)


Languages

Language:Python 94.7%Language:HTML 5.3%