Skip to content

Overhaul developer setup and update Go version#130

Open
ovas33710 wants to merge 1 commit into
masterfrom
128-be-update-go-ver-and-run-doc
Open

Overhaul developer setup and update Go version#130
ovas33710 wants to merge 1 commit into
masterfrom
128-be-update-go-ver-and-run-doc

Conversation

@ovas33710
Copy link
Copy Markdown

This PR focuses on making it much easier for new developers to get started with the project and brings our core dependency up to date.

  • Updated Go Version:

    • The project now uses Go 1.25.3.
    • Updated go.mod, go.sum, and the Dockerfile accordingly.
  • New Automated Setup:

    • A new setup.sh script now handles the entire local setup, drastically simplifying the process.
  • Enhanced Documentation:

    • The main README.md has been completely rewritten for clarity.
    • Added several new documents (SETUP_GUIDE.md, DOCKER.md, etc.) to cover all aspects of the project.
  • New make schema Command:

    • You can now run make schema to generate an SVG diagram of the database schema.
    • .gitignore was updated to ignore the generated schema.svg and .cache files.

Issue: #128

This PR focuses on making it much easier for new developers to get
started with the project and brings our core dependency up to date.
- Updated Go Version:
  - The project now uses Go 1.25.3.
  - Updated `go.mod`, `go.sum`, and the `Dockerfile` accordingly.

- New Automated Setup:
  - A new `setup.sh` script now handles the entire local setup,
    drastically simplifying the process.

- Enhanced Documentation:
  - The main `README.md` has been completely rewritten for clarity.
  - Added several new documents (`SETUP_GUIDE.md`, `DOCKER.md`, etc.)
    to cover all aspects of the project.

- New `make schema` Command:
  - You can now run `make schema` to generate an SVG diagram of the
    database schema.
  - `.gitignore` was updated to ignore the generated `schema.svg` and
    `.cache` files.

Issue: #128
@ovas33710 ovas33710 requested a review from a team as a code owner November 5, 2025 15:19
@ovas33710 ovas33710 linked an issue Nov 5, 2025 that may be closed by this pull request
3 tasks
@WolfusFlow
Copy link
Copy Markdown
Contributor

@ovas33710 check the tests and build, so they would be all green. Overall is a nice documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BE] Update go ver and run doc

2 participants