endonoh0 / tinyapp

A full stack web application built with Node and Express that allows users to shorten long URLs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TinyApp Project

TinyApp is a simple URL shortener, build in Node and Express.

Screenshots

"TinyApp keeps a list of your personal URLs." "Simply enter a URL." "Share your shorten URL link with other users!"

Dependencies

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

Installation

Step 1:

Install all dependencies npm install

Step 2:

Run the development web server npm run start

Step 3:

Visit http://localhost:8080/register to create a new account and shorten your first URL!

About

A full stack web application built with Node and Express that allows users to shorten long URLs.


Languages

Language:JavaScript 57.6%Language:HTML 42.4%