https://github.com/n9mi/go-react_announcement-board
Simple CRUD fullstack app with React as front-end and Go as back-end with PostgreSQL database.
https://github.com/n9mi/go-react_announcement-board
docker go-rest-api react-crud
Last synced: 26 days ago
JSON representation
Simple CRUD fullstack app with React as front-end and Go as back-end with PostgreSQL database.
- Host: GitHub
- URL: https://github.com/n9mi/go-react_announcement-board
- Owner: n9mi
- Created: 2023-12-13T17:04:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-13T17:13:14.000Z (over 2 years ago)
- Last Synced: 2025-04-06T05:42:19.362Z (about 1 year ago)
- Topics: docker, go-rest-api, react-crud
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-react_announcement-board
Simple CRUD fullstack app with React as front-end and Go as back-end with PostgreSQL database.


## Run this project by
```
docker compose build
docker compose up
```