About
This is a website I made to build up my web development skills.
The website's frontend is built with Astro. The backend is written in Go, using:
- pgx - PostgreSQL driver
- jwt - authentication
- bcrypt - password hashing
- godotenv - environment variables
- cors - cross-origin request handling