Chirpy is a small project that does something similar of Twitter.
I build this project mainly to increase my knowledge in Go programming language. Building it is part of one of the courses of Boot.dev, which I complete successfully.
In order to run the project, you need:
- Add a
.env
file on the root directory of the file. You can use the.env.example
file as a template. You can add whatever value you prefer to the variablesAUTH_SECRET_KEY
andPOLKA_KEY
- Execute the command
go run main.go
Frank Parejo