Skip to content

Web application where you can write and store code snippets.

Notifications You must be signed in to change notification settings

raiesbo/snippetbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snippetbox

Web applicaton that enables writting code snippets or other forms of texts and stores them in a PostgreSQL database together with their title and a TTL.

Quick start:

  1. Start PostgreSQL with docker compose: docker-compose up
  2. Seed the database withe the models found under the schemas directory using your DBA of choice
  3. Start the Go server: go run ./cmd/web

Technologies

Web application fully written in Go v1.23

Notes

Web application based on the application described in the Let's go book by Alex Edwards.

About

Web application where you can write and store code snippets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published