Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indiependente/shrtnr
URL Shortener built in Go that uses MongoDB for storage
https://github.com/indiependente/shrtnr
Last synced: 5 days ago
JSON representation
URL Shortener built in Go that uses MongoDB for storage
- Host: GitHub
- URL: https://github.com/indiependente/shrtnr
- Owner: indiependente
- License: mit
- Created: 2020-08-16T14:59:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T09:53:16.000Z (6 months ago)
- Last Synced: 2024-07-08T12:24:48.494Z (6 months ago)
- Language: Go
- Size: 354 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shrtnr
URL Shortener built in Go that uses MongoDB for storage## Usage
1. Run `make frontend` to build the Vue web page
2. Run `docker-compose up --build` to build and spawn the containers
3. Open http://localhost:7000 on your browser