Skip to content

URL shortener made with Typescript, Express and Prisma

License

Notifications You must be signed in to change notification settings

EuCarlos/ZEncurta

Repository files navigation

ZEncurta


URL shortener made with Typescript, Express and Prisma

GitHub language count GitHub top language GitHub repo size GitHub GitHub release (latest by date)

Installation:

Clone the repo:

git clone https://github.com/EuCarlos/ZEncurta.git && cd ZEncurta

Install the dependencies using Yarn:

yarn install

Environment variables:

create an .env file like the .env.example and fill in your github credentials

Run the project:

1. Start docker:

docker-compose up -d

2. Run migrations:

yarn prisma migrate dev

3. Start a node server:

yarn dev

Contributors:

Created with 💜 by Carlos Alves