Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`