Skip to content

SarahMahovlich/tinyapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 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).

Getting Started

  • Install all dependencies (using the npm install command):

    • Node.js
    • Express
    • EJS
    • bcrypt
    • body-parser
    • cookie-session
  • Run the development web server using the node express_server.js command.

  • Navigate to localhost:8080/

  • See screenshots with descriptions below:

Final Product

Login Page:

  • TinyApp will initiate at the 'Login Page'. Navigate to 'Register Page' if first time visiting. "Login Page"

My URLs Page:

  • Once logged in the 'My URLs Page' will be displayed. Add new URLs by navigating to the 'Create New URL Page'. "My URLs Page"

Add New URL Page:

  • Enter in a URL with http:// and submit. "Add New URL Page"

Short URL Page:

  • This will create a new short URL and this link can be utilized if someone is logged in or not. "Short URL Page"

My URLs Page - Updated:

  • The newly created short URL is now added to the 'My URLs Page'. "Updated My URLs Page"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published