Skip to content

URL shortener made with Typescript, Express and Prisma

License

Notifications You must be signed in to change notification settings

devSMelo/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

About

URL shortener made with Typescript, Express and Prisma

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 64.6%
  • Sass 34.1%
  • Other 1.3%