kyledef / pokedexlab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokedex

A simple tutorial demonstrating the utilisation of Flask for building REST-based APIs

Installation

  1. Use virtual environment
python3 -m venv venv
source venv/bin/activate
  1. Install packages
pip install -r requirements.txt
  1. Run using Gunicorn
gunicorn wsgi:app --reload

About


Languages

Language:Python 48.0%Language:TypeScript 34.4%Language:HTML 11.6%Language:JavaScript 5.5%Language:CSS 0.4%