An open API service indexing awesome lists of open source software.

https://github.com/asynched/gist-backend

An API for saving and retrieving code snippets (gists) from a database.
https://github.com/asynched/gist-backend

fiber gist go sqlite

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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`