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

https://github.com/mlondimchunu/snippetbox

This application lets people paste and share snippets of text — a bit like Pastebin or GitHub’s Gists.
https://github.com/mlondimchunu/snippetbox

aiven-cloud golang javascript mysql

Last synced: 11 months ago
JSON representation

This application lets people paste and share snippets of text — a bit like Pastebin or GitHub’s Gists.

Awesome Lists containing this project

README

          

## snippetbox
##### this application lets people paste and share snippets of text and code — a bit like Pastebin or GitHub’s Gists. It uses a manged MySQL database hosted on Aiven

#### To run the app:

1. Clone the project to your local machine:

git clone https://www.github.com/MlondiMchunu/snippetbox.git

2. Run the app:

go run ./cmd/web

### API endpoints:

1. Create a Snippet:

POST http://localhost:7000/snippet/create

2. View One Snippet:

GET http://localhost:7000/snippet/view?id=3

🛠 🚧 under construction 😐