Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 423 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 423 Bytes

URL Shortener

Project created to put in practice topics I i'm studying right now

Techs

  • Javascript (Node.JS)
  • Express
  • Postgres
  • Prisma ORM
  • Redis

Features

  • Login & Logout
  • Reading, Creating and Updating User
  • Reading, Crating and Deleting Urls
  • Redirecting to Original Url with Shorten Url

TO DO

  • Increase tests coverage
  • User Register
  • Limited User to performing actions on own account only