Skip to content

This project meant to be a base for all backend python based projects wth FastAPI.

Notifications You must be signed in to change notification settings

Platzi-Master-C8/gethired-backend-python-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to python base backend project with FastAPI.

Hi dear master, this project meant to be a base project for our backend services with python and FastAPI stack, if you want, you can clone this one to start working.

Set up in docker.

  1. You got to have docker and docker compose already installed in your computer.
  2. Clone the project and go to the base project :).
  3. Run docker-compose build.
  4. Run docker-compose run --service-ports --rm app
  5. It's working in localhost:8000

Set up in production.

  1. You got to have docker and docker compose already installed in your computer.
  2. Clone the project and go to the base project :).
  3. Run docker-compose build.
  4. Run docker-compose up -d
  5. It's working in localhost:80

About

This project meant to be a base for all backend python based projects wth FastAPI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published