anicetkeric / falcon-book-api

REST API with Python, Falcon, and MongoDB

Home Page:https://dzone.com/articles/python-falcon-microservice-with-mongodb-and-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

falcon-book-api

Building REST API with Python, Falcon, and MongoDB

Tech Stack

Python, Docker, docker-compose, MongoDb

Run Locally

Clone the project

  git clone https://github.com/anicetkeric/falcon-book-api.git

Go to the project directory

  cd falcon-book-api

Install packages

  pip install -r requirements.txt 

Start the server

  gunicorn --reload src.app:app

Deployment

To deploy this project run

  cd deployment

Execute docker compose

  docker-compose up -d

Swagger page: ip:3000/swagger

Documentation

Original Version

Improved version

Authors

👤 anicetkeric

Support

Buy Me A Coffee

About

REST API with Python, Falcon, and MongoDB

https://dzone.com/articles/python-falcon-microservice-with-mongodb-and-docker


Languages

Language:Python 92.1%Language:Dockerfile 7.9%