fadhlanmr / pdlanet-api

A FastAPI Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pdlanet-API

Collection of custom Endpoint to run with FastAPI

Running the Code Locally

Prerequisites:

  1. Python3
  2. pipenv

Instructions:

  1. Make sure to have pipenv, if not yet avail :
pip install pipenv

Install depedencies / packages :

pipenv install
  1. Pip environment command :
pipenv shell
  1. Run the program with uvicron :
uvicorn [script]:app --reload

About

A FastAPI Project


Languages

Language:Python 87.6%Language:Dockerfile 12.4%