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

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

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