Skip to content

tranpaulyn/TinyApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyApp Project

TinyApp is a full stack web application built with Node and Express that allows users to shorten URLS similar to TinyURL.com and bit.ly.

This project was built on an HTTP Server and handles requests from the browser (client).

Final Product

"Screenshot of Homepage (Not logged In)" "Screenshot of Login Form" "Screenshot of Updating a Short URL" "Screenshot of Homepage (logged in) with populated list of short URLs"

Dependencies

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

Getting Started

  • Install all dependencies (using the npm install command).
  • Run the development webserver using the node express_server.js or npm start command
  • Open your browser and input http://localhost:8080/
  • Register an account to begin shortening URLs!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published