Skip to content

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

Notifications You must be signed in to change notification settings

CueEpicMusic/tinyapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 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

Welcome to the registration page! To navigate here simply press the register button on the top right corner of the page, or if you are registered, you can login instead. "Registration page"

After logging in, you will be directed to the main page where your shortURLs will be stored. "Main page"

You can start creating your shortURLs by clicking the link at the top left corner of the page. "Create a new shortURL"

After you create your shortURL, you will see this page where you can navigate to the website linked to the shortURL, or if you want to update the URL associated with it. "Update your shortURL"

Finally when you navigate back to your main page by pressing the My URLs link at the top left corner of the page, you will see all your shortURLs displayed! "Main page with your shortURL"

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published