Skip to content

Base project with FastAPI and Postgres - backend only version

Notifications You must be signed in to change notification settings

tienhm0202/base-fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI Backend template

Version FastAPI with Postgres for backend service only.

To use this template:

1. Create new project in Gitlab

2. Update your project CI buildpack:

Goto: Settings --> CI/CD --> Variables Add: BUILDPACK_URL: https://github.com/tienhm0202/heroku-buildpack-python

3. Run cookiecutter

  $ cookiecutter https://github.com/tienhm0202/base-fastapi.git

Remember to change project_git_path to your Gitlab repo: such as https://gitlab.com/tienhm0202/base-fastapi.git

4. New module

make module

When be asked module_name, remember to add singular, lower module name.

Eg: user, merchant ...

About

Base project with FastAPI and Postgres - backend only version

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published