thanhquy1105 / bookings

The repository for Building Modern Web Applications with Go. Postgres

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bookings and Reservations

This is the repository for my bookings and reservations project

Built in Go version 1.20.5

Dependencies:

In order to build and run this application, it is necessary to install Soda (go install github.com/gobuffalo/pop/... ), create a postgres database, fill in the correct values in database.yml, and then run:

soda migrate

Then, fill in the correct values in .env Then run run.bat file

Project Content:

  1. Routing & Middleware
  2. State management with sessions
  3. Working with forms
  4. Handlers
  5. Testing functions
  6. Error handling
  7. Persisting Data with PostgreSQL
  8. Sending mail using Go
  9. Authentication
  10. Setting up secure back end administration

About

The repository for Building Modern Web Applications with Go. Postgres


Languages

Language:CSS 49.5%Language:HTML 31.4%Language:Go 9.7%Language:SCSS 6.3%Language:JavaScript 3.1%Language:Batchfile 0.0%