Categorygithub.com/MelihEmreGuler/go-user-notes-app
modulepackage
0.0.0-20231006183725-c4064b358087
Repository: https://github.com/melihemreguler/go-user-notes-app.git
Documentation: pkg.go.dev

# README

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

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author