Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/red1c3/to-uwu-list-server

A to-do list back-end web app written in Go.
https://github.com/red1c3/to-uwu-list-server

backend go golang sql to-do-list

Last synced: 5 days ago
JSON representation

A to-do list back-end web app written in Go.

Awesome Lists containing this project

README

        

# To-UwU list - Server
A to-do list web app written in Go,this app just handles the requests sent from another app/browser, the app uses SQL as its DB (Since Go provides a built-in package for handling a lot of SQL-using systems).
### Features
- Add a note to a database
- Deletes a note from a database
- Views database notes
### Docs
Main functions are commented, while it's pretty much obivous what is happening if you know Go.