https://github.com/terwer/final-note-kernel
a server written by GO
https://github.com/terwer/final-note-kernel
go server
Last synced: about 1 year ago
JSON representation
a server written by GO
- Host: GitHub
- URL: https://github.com/terwer/final-note-kernel
- Owner: terwer
- Created: 2022-08-24T01:58:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T16:51:10.000Z (almost 4 years ago)
- Last Synced: 2025-02-16T20:16:37.222Z (over 1 year ago)
- Topics: go, server
- Language: Go
- Homepage: https://final-note-kernel.vercel.app
- Size: 115 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# final-note-kernel
a server written by GO
## dev
```bash
vercel dev
```
## API endpoint
```
/api
```
## Init
```bash
go mod init github.com/terwer/final-note-kernel
go mod tidy
```