Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/offeex/shortsense
yet another URL shortener
https://github.com/offeex/shortsense
Last synced: 1 day ago
JSON representation
yet another URL shortener
- Host: GitHub
- URL: https://github.com/offeex/shortsense
- Owner: offeex
- Created: 2023-08-30T13:51:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-03T05:00:31.000Z (over 1 year ago)
- Last Synced: 2024-11-18T14:37:02.933Z (2 months ago)
- Language: TypeScript
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shortsense
yet another URL shortener## How to run
1. clone the repo
2. use `yarn` command
3. launch databases containers with `docker compose up -d`
4. use `npx prisma migrate dev` to setup prisma client, database types
5. and finally, start project in dev environment via `yarn dev`