Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 944 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 944 Bytes

TinyApp by Denny @ LightHouse Labs

This is a full-stack web application built on Node and Express that allows users to take any URL as an input and shorten it like bit.ly.

Features

  • User Registration & Login
  • Only Users can see their own URLs
  • Delete and modify URLs
  • Create new URLs
  • Redirect to short URLs

Final Project

Login Page

"Login Page"

URL Page

"URL Page"

Create New URL Page

"Create new URL"

Dependencies

  • Node.js
  • Express
  • EJS
  • bcrypt
  • body-parser
  • cookie-session

Getting Started

  • Install all dependencies (using 'npm install' command).
  • Run the development web server using 'node express_server.js' command
  • Test the app locally by visiting localhost:8080 in browser.