Skip to content

stoofz/tinyapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

Screenshots

"Login"

"Shorten"

"myURLs"

Dependencies

  • Node.js
  • Express
  • EJS
  • bcryptjs
  • cookie-session
  • method-override

Getting Started

  • Install all dependencies (using the npm install command).
  • Run start the web server using npm run start command.
  • Browse to http://localhost:8080

Features

  • Creation of User Accounts / Login
  • User account permissions
  • Creation of Short URL's
  • Edit or Delete Short URL's (Using method-overide to PUT/DELETE endpoints)
  • Shareable Short URL Links accessable by anyone

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors