/flask_api

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

Primary LanguagePython

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