Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

donasbydonation/donas-webpage

Repository files navigation

Donas webpage

End-Of-Service Notice: The Donas project officially closed on July 4, 2023.

Proposals

Development proposal (Updated May 12, 2023)

  • NextJS SSR

Deployment proposal (Updated May 12, 2023)

  • GitHub action CI
  • AWS CodeDeploy CD
  • Docker compose for container orchestration

Image info (ghcr.io/donasbydonation/front-end)

Ports

PORT DESCRIPTION
3000/TCP Main TCP port

Environment variables

ENV DESCRIPTION
BACK_END_URL API server endpoint. Default to localhost:8080

Local build & test

Build

docker compose build

Build-n-up

NOTE: You must run back-end related containers first.

docker compose build --up