Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.49 KB

README.md

File metadata and controls

55 lines (40 loc) · 1.49 KB

FastAPI Logo

🚀 FastAPI Service Template ⚡

Template for new services based on FastAPI

node express docker

👀 Motivation

In today's fast-paced development landscape, building robust, scalable, and maintainable APIs is essential for modern software applications. The FastAPI Template Service Project is motivated by the need to provide a highly efficient, modular, and well-structured foundation for building RESTful APIs and microservices.

Here we are not providing any specific architecture like hexagonal architecture or others, this is like a simple template where later we can customize and create the architecture we need.

Project setup

$ poetry install

Run

$ poetry run start

Lint

# lint
$ poetry run lint

# format
$ poetry run format

License

Nest is MIT licensed.