knnku / tinyapp

A fullstack web application to shorten urls.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TinyApp Project

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

Final Product

"Home Page" "Url list" "Url Editing"

Dependencies

  • Node.js
  • Express
  • EJS
  • bcryptjs
  • cookie-session
  • morgan(dev)

Getting Started

  • Fork and Clone the repository.
  • Install all dependencies (using the npm install command).
  • Run the server using the npm start command.
  • Login using the pre-defined users in data.js
  • Or you can create a new user and start shortening urls!

About

A fullstack web application to shorten urls.


Languages

Language:JavaScript 51.9%Language:EJS 48.1%