Categorygithub.com/ptenteromano/chirpy
repository
0.0.0-20240721011849-818ff2a69d50
Repository: https://github.com/ptenteromano/chirpy.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Chirpy

Using Go's http library to serve static files and assets

To clear the local database and run in debug mode, run the following command:

Whats included

  • HTTP using the STD
  • Simple storage using a dataabse.json file
  • Users, Chirps
  • jwt authentication

TODO:

  • Add Service and Repository layers
  • Add Tests for services, handlers
  • Add sqlite3 database

Running

See Makefile for commands. Can be ran with make run or make docker-run