Skip to content

anicetkeric/falcon-book-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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