Skip to content

A starter template for projects using Angular for the frontend and Python/FastAPI for the backend, all configured to run with Docker Compose.

Notifications You must be signed in to change notification settings

AIxHunter/Starter_Template_Fastapi_Angular_Docker_Compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter_Template_Fastapi_Angular_Docker_Compose

This project is a template for a full-stack application using Python (FastAPI) for the backend and Angular for the frontend. It is containerized using Docker and Docker Compose for easy deployment and management.

Prerequisites

Before you begin, ensure you have the following installed on your machine:

Running the Application

Use Docker Compose to build and run the containers:

docker compose up --build

or if you are using an older version of Docker Compose:

docker-compose up --build

The Angular frontend will be accessible at: http://localhost:4200

You can access the FastAPI backend at: http://localhost:8000

About

A starter template for projects using Angular for the frontend and Python/FastAPI for the backend, all configured to run with Docker Compose.

Topics

Resources

Stars

Watchers

Forks