Skip to content

You can clone this repo and quickly get started with FastApi either with simple venv or docker

Notifications You must be signed in to change notification settings

rizkyarlin/fast-api-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dashboard_api

This api is made with FastAPI

requirements

  • install gnu make

Instructions

Using virtual environment:

  1. python -m venv venv
  2. . venv/bin/activate
  3. pip install -r requirements.txt
  4. make uvicorn

Using docker:

make docker

Now the api can be accessed at 127.0.0.1:9000

About

You can clone this repo and quickly get started with FastApi either with simple venv or docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published