URL shortener made with Typescript, Express and Prisma
Clone the repo:
git clone https://github.com/EuCarlos/ZEncurta.git && cd ZEncurta
Install the dependencies using Yarn:
yarn install
create an .env
file like the .env.example
and fill in your github credentials
docker-compose up -d
yarn prisma migrate dev
yarn dev
Created with 💜 by Carlos Alves