Skip to content

J-pilon/tinyapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyApp Project

TinyApp is a full stack web application built with Node and Express that allows users to shorten long URLs (à la bit.ly).

Final Product

"This shows Tinyapp's registration page. There you can login if you have already registered or register if it is you first time." "The My Urls page shows the users personal url with the companion Tinyapp url. The user is able to edit and delete their urls. It also shows the user they are logged in with thier email and gives them the ability to logout."

Dependencies

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

Getting Started

  • Install all dependencies (using the npm install command).
  • Run the development web server using the npm start command.
  • Start making your own shortened campanion urls.
  • Its that easy!

functionality

  • When entering a long URL to be shortened you must add the prefix "http://" in front of your url.