Skip to content

kcmoon/tinyapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 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). Extra protection of data was implemented throughout, using password hashing, cookie encryption, and thorough permission testing.

Final Product

"Screenshot of URLs Page" "Screenshot of Logged Out Page" "Screenshot of Create TinyURL Page"

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 node express_server.js command.
  • Create an account by registering with email and set a password that will be protected using bcrypt.
  • Create new short urls by entering long urls on the Create TinyURL page (urls/new).
  • Access your own personal database of short and long urls, knowing only you can access them and edit/delete them.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors