https://github.com/mr-destructive/lingo
A Linkfree clone in Golang
https://github.com/mr-destructive/lingo
Last synced: about 1 year ago
JSON representation
A Linkfree clone in Golang
- Host: GitHub
- URL: https://github.com/mr-destructive/lingo
- Owner: Mr-Destructive
- Created: 2023-06-04T06:51:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T09:22:15.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T20:37:22.960Z (over 1 year ago)
- Language: Go
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Lingo
A linkfree clone in golang. This project is just for learning and exploring Golang.
A simple CRUD application in pure Golang with session authentication.
Database - SQLite
### Features:
- CRUD operations
- Authentication
- Profile
### TODOs:
- [ ] Add Bio
- [ ] Add User Projects
- [ ] Use CSS or Tailwind CSS in templates
- [ ] Use HTMX
- [x] Create API
- [ ] Dockerize
- [ ] Documentation for self hosting
### Dependencies:
- [SQLite](https://github.com/mattn/go-sqlite3) driver for golang
- [Cryto](https://golang.org/x/crypto) package for encryption of password