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 Screenshots of the app: Sign up page: Login page: Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Directories ¶ Show internal Expand all Path Synopsis config database docs handlers middleware authentication cookie session models repository routes Click to show internal directories. Click to hide internal directories.