Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Find the full article to build this API here - https://dev.to/percoguru/getting-
## Get It Started -

- Create a database notes-api in your Postgres local instance
- Rename `.env.exmaple` to `.env`.
- Rename `.env.example` to `.env`.
- Add in the database user and password for your postgres instance containing the database fiber-app.
- In the root folder run `go run main.go`.
- Get the API docs at http://localhost:3000/swagger/index.html
Expand Down