Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 495 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 495 Bytes

Shortener-API

Shortener API built with Prisma.io and Express.js

shortener-api

Installation

  • npm i

Run API in development

  • npm run dev

Build for production

  • npm run build
  • npm run start

Tests

  • npm run test

Stack