Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jegj/linktly
A demo project for learning go with a real case application
https://github.com/jegj/linktly
Last synced: about 2 months ago
JSON representation
A demo project for learning go with a real case application
- Host: GitHub
- URL: https://github.com/jegj/linktly
- Owner: jegj
- License: gpl-3.0
- Created: 2024-08-23T10:41:13.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T12:07:38.000Z (about 2 months ago)
- Last Synced: 2024-11-10T13:19:09.217Z (about 2 months ago)
- Language: Go
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linktly
Basic and common URL Shortener API with Go and PostgreSQL
## Documentation
- [Database Setup](./docs/DATABASE_SETUP.md)
- [Database Migrations](/docs/DATABASE_MIGRATIONS.md)
- [Development](./docs/DEVELOPMENT.md)## References
- [Project Layout](https://github.com/golang-standards/project-layout/tree/master)
- [Project Layout 2](https://medium.com/@maciek.pilot2/golang-project-structure-b88327220d73)
- [Go Backend Clean Architecture](https://github.com/amitshekhariitbhu/go-backend-clean-architecture/blob/main/cmd/main.go)
- [Tweet Automated Bot](https://github.com/forgeutah/tweet_automated_bot/blob/main/main.go)
- [Working with pgx](https://donchev.is/post/working-with-postgresql-in-go-using-pgx/)
- [Go8](https://github.com/gmhafiz/go8)