Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/red1c3/to-uwu-list-server
- Owner: Red1C3
- Created: 2021-04-14T18:16:44.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T11:17:35.000Z (3 months ago)
- Last Synced: 2025-01-10T15:18:17.080Z (5 days ago)
- Topics: backend, go, golang, sql, to-do-list
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.