Skip to content

MelihEmreGuler/go-user-notes-app

Repository files navigation

go-user-notes-app

User auth and taking notes app with Golang, Fiber framework and Postgres as database.

Docker command to run postgresql container:

$ docker run -it -d -p 5432:5432 --name notes-postgre -e POSTGRES_PASSWORD=notes-pass -d postgres:latest

Swagger UI:

http://localhost:8080/swagger/index.html

Swagger UI

Screenshots of the app:

  • Sign up page: Screenshot 1

  • Login page: Screenshot 2

About

User auth and taking notes app with Golang, Fiber framework and Postgres as database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages