/go-react-test-web-app

This is a test web app using golang and react.js

Primary LanguageJavaScriptMIT LicenseMIT

go-react-test-web-app

This is a test web app using golang and react.js

Currently, only the simple login function is implemented.

The web page is react.js, the server is golang with Gin, and the database is postgresql.

Run on Localhost

cd <project directory>
docker compose up --build -d