Skip to content

ShawkBawks/tinyapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 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

"Login Page" "My URLs" "Homepage w/o Login" "Create Account"

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.

Using The App

  • If you haven't already, be sure to register using a proper e-mail adress and password. (You technically can use any length password)
  • After registering you should be logged in to the site! (If not click the login button and enter your informtation)
  • You can now start adding your own urls!
  • Upon sharing the short URL you may need to shorten the link from "/urls/shorturl" to /u/shorturl.
  • You can access the shortURL page by clicking on the edit button on the My URLs page.
  • You can now delete and edit your stored URLs!
  • Shrink and share links to your hearts content!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published