Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 580 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 580 Bytes

Go + Next + Postgres + Docker

MIT License

A small full stack project that showcases the utility of docker to containerize our backend, db and frontend.

Screenshots

image image

Run Locally

docker compose build
docker compose up -d nextapp