Skip to content

An API for saving and retrieving code snippets (gists) from a database.

Notifications You must be signed in to change notification settings

asynched/gist-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gist-backend

An API for saving and retrieving code snippets (gists) from a database.

Requirements

  • Go 1.21

Installation

  1. Clone the repository
  2. Initialize the database with cat sql/create.sql | sqlite3 dev.sqlite3
  3. Run go run cmd/api.go

About

An API for saving and retrieving code snippets (gists) from a database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages