Categorygithub.com/christopherplain/chirpy
modulepackage
0.0.0-20240921015539-d0e89b432b66
Repository: https://github.com/christopherplain/chirpy.git
Documentation: pkg.go.dev

# README

Chirpy

Chirpy is a Go microblogging web server built as an exploration exercise. This project is not production read at this time. However, feel free to take and use what you can.

Requirements

All development and testing was done using Go 1.21.1. Other versions may work but have not been tested.

Running the App

Run the following command in the terminal to launch the server:

% go build -o chirpy && ./chirpy

Use the "debug" flag to clear the database:

% go build -o chirpy && ./chirpy --debug

The server is configured by default to listen on port 8080.

Boot.dev

Checkout Boot.dev if you're interested in improving your backend development skills by building similar projects.