Skip to content

Oget565/Fullstack-Server-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fullstack-Server-Test

image

A full-stack web application built with React and Flask, containerized with Docker and orchestrated via Docker Compose.

Architecture

  • Frontend: React with Vite, served by Nginx on port 8083
  • Backend: Python Flask on port 8085
  • Networking: Services communicate via Docker bridge network
  • Features: JS count button, svg, joke served from backend

Quick Start

Start the entire application:

docker compose up --build -d

Access the application:

To stop the services:

docker compose down

About

A simple website with backend that can be used to test the server.

Resources

License

Stars

Watchers

Forks

Packages

No packages published