Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Latest commit

 

History

History
31 lines (18 loc) · 659 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 659 Bytes

TinyApp Project

TinyApp is a full stack web application built with Node and Express that allows users to shorten URLs (similar to goo.gl or tinyURL.com)

Screenshots

Screenshot of Login PageScreenshot of Login Page

Screenshot of URLs List

Screenshot of URL Details Page

Dependencies

Core Language: "Node.js": "^9.4.0"

Node Depencies (available through npm):

"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"cookie-session": "^2.0.0-beta.3",
"ejs": "^2.5.7",
"express": "^4.16.2",
"method-override": "^2.3.10",
"validator": "^9.2.0"