martinpeck / flask-restplus-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Flask REST API

A simple REST api built using Flask and Flask-RESTPlus.

Installation and Setup

  1. Create a Python 3 virtual environment

    python3 -m venv venv

  2. Activate the virtual environment

    source venv/bin/activate

  3. Install Python packages

    pip install -r requirements.txt

License

Licensed under the MIT License. See the file LICENSE for details

About

License:MIT License


Languages

Language:Python 100.0%