This is a simple template to create a development environment for a python application, a REST API like this one or whatever python project.
This repository is intended to hold multiple projects, like a frontend, backend and so on. Each project can be opened indipendently inside a IDE/Text Editor.
Following you will find the description of the projects in this repository.
A REST API built over FastAPI with the purpose of creating a python project, which is scalable and easy to work on using python best practices.
Read more about here
A project to create and have a working secured MongoDB instance to use with the REST API project in this repository.
Read more about here