A platform to host, build, and deploy frontend applications, similar to a lightweight self-hosted Vercel/Netlify workflow.
This repository contains multiple coordinated services that handle builds, routing, storage, UI, and deployment automations.
Deployment-site
│
├───api-server/
│
├───build-server/
│
├───frontend-server/
│
├───reverse-proxy-server/
│
├───test-server/
│
├───README.md
└───.gitignore
| Directory | Description |
|---|---|
api-server |
API endpoints, logs and analytics. |
frontend |
Nextjs frontend. |
reverse-proxy-server |
Express-based reverse proxy pointer. |
build-server |
Docker container files. |
test-server |
Testing api, Mocks s3 for local. |
git clone https://github.com/AmalJose664/Deployment-site.git
cd Deployment-site