/codotype-python-falcon-mongodb-generator

:snake: Codotype generator for Python, Falcon Framework, & MongoDB

Primary LanguagePythonMIT LicenseMIT

codotype-python-falcon-mongodb-generator

🐍 Codotype Generator for REST APIs in Python, Falcon, & MongoDB

This Codotype Generator builds Python REST APIs with Falcon, MongoDB, and Gunicorn

Setup

  1. Install dependencies:
pip install -r requirements.txt
  1. Start MongoDB Docker container:
docker-compose up -d

Note: this also starts a Mongo-Express Admin instance running at localhost:8081

Run Development Server

./run_server.sh

Listening at localhost:8000. Gunicorn is used as WSGI HTTP Server.

Further Reading