Skip to content

abdelino17/python-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python API

fastapi-0.77.1-informational Twitter Follow

This repository contains code for a basic python api using the Fast Api framework and Uvicorn server.

This api will be used for blog demo purposes.

Installation method 1 (Run application locally)

  1. Clone this Repo git clone (https://github.com/abdelino17/python-api)
  2. Change into the Fast-Api folder cd python-api
  3. Create the virtualenv with pipenv and install the required packages pipenv install
  4. Start the app using python app.py

Installation method 2 (Run Locally using Docker)

  1. Ensure Docker is installed.
  2. Build your image docker build . -t python-api:latest

About

Python api built with FastAPI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published