/goreact

Golang, Gorm, Postgres and React Demo

Primary LanguageTypeScriptMIT LicenseMIT

GoReact

Simple Golang API (with Gorm and Postgres) and React PWA Demo

MIT license Contributor Covenant standard-readme compliant Editor Config Conventional Commits

Install

git clone https://github.com/roalcantara/goreact.git

Dependencies

Usage

  • Build

    docker compose build --remove-orphans
  • Build and Run

    docker compose up --build --remove-orphans
  • Open

    curl http://localhost:3000
  • Shutdown

    docker compose down --remove-orphans

Acknowledgements

Contributing

  • Bug reports and pull requests are welcome on GitHub
  • Do follow Editor Config rules.
  • Do follow Git lint rules.
  • Everyone interacting in the project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the Contributor Covenant code of conduct.

License

The project is available as open source under the terms of the MIT License