Skip to content

A URL shorting app built with Node and Express and using encrypted session cookies and hashed passwords.

Notifications You must be signed in to change notification settings

reganperkins/tiny-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyURL

TinyUrl is a URL shorting web app built with Node and Express. It uses encrypted session cookies and hashed passwords.

Getting Started

  • make sure to add a .env file with SESSION_SECRET_KEY that can be any string for encrypting and decrypting with the 'cookie-session' library
  • install all dependencies with npm i
  • run the program with npm start

About

A URL shorting app built with Node and Express and using encrypted session cookies and hashed passwords.

Topics

Resources

Stars

Watchers

Forks