modulepackage
0.0.0-20241101184032-9aa00809ca5d
Repository: https://github.com/diomonogatari/chirpy.git
Documentation: pkg.go.dev
# README
Chirpy
This is my solutions and stuff for the Boot.dev course about HTTP Servers in Go.
It's a cool learning platform for backend.
I used ThePrimeagen's discount code but there are other discounts around there.
I'm not sponsored, I just appreciate their work.
.env Specifications
To run the project, you need to create a .env
file in the root directory with the following variables:
# Database configuration
DB_USER=your_db_user
DB_PASSWORD=your_db_password
DB_HOST=your_db_host
DB_PORT=5432
DB_URL="YOUR_CONNECTION_STRING_HERE"
Make sure to replace the placeholder values with your actual configuration details.