Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
shikharish committed Dec 24, 2023
1 parent b4226fd commit d19f1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
- Run `docker compose up -d` to start the PostgreSQL database container. (Make sure all the required [environment variables](#environment-variables) are set)
- Optionally set up [Github OAuth](#github-oauth) to test the endpoints which require login. (See also: [Endpoints](#endpoints))
- Run `go run cmd/backend.go` to start the server.
- Optionally install [pgAdmin](https://www.pgadmin.org/) or [DBeaver](https://dbeaver.io/) or a similar tool to help manage the local database `devDB.db` (postgresql).
- Optionally install [pgAdmin](https://www.pgadmin.org/) or [DBeaver](https://dbeaver.io/) or a similar tool to help manage the local database (PostgreSQL).
- Optionally install [Postman](https://www.postman.com/) or a similar tool to test the API endpoints.
- Optionally (but **recommended**) [set up pre-commit hooks](#setting-up-pre-commit-hooks).

Expand Down

0 comments on commit d19f1e0

Please sign in to comment.