close
Skip to content

Repository files navigation

azure_backend

A repo for getting a basic backend prototype working in Azure using FastAPI

Requirements

Environment variables

Copy the .env.example file to .env file:

cp .env.example .env

Set the FRONTEND_URL to the URL of where your frontend is deployed.

Set the MONGODB_URI to the URI of where your mongodb instance is deployed.

Install packages

pip install -r requirements.txt

Start up the backend

uvicorn main:app --port <port_same_as_specified_in_frontend> --reload

About

A repo for getting a basic backend prototype working in Azure

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages