Skip to content

acmcsufoss/fullypack_fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fullypack_fastapi

Setup

Setup your virtual environment and install packages

python3 -m venv venv
source venv/bin/activate  # Windows: venv\Scripts\activate
pip install -r requirements.txt

Create a file in the root called .env, and paste this:

APP_NAME="fullypack_fastapi"
DATABASE_URL="postgresql://user:password@localhost:5432/fullypack_fastapi"

Run

fastapi dev app

Database Migrations

alembic revision --autogenerate -m "migration message"
alembic upgrade head

About

Template project to make a REST API with FastApi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors