An open API service indexing awesome lists of open source software.

https://github.com/github4maninder/tinyapp


https://github.com/github4maninder/tinyapp

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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

!["TinyURL Page"](images/homeView.gif)

!["TinyURL Page"](images/CreateTinyURLpage.JPG)

!["Register Page"](images/RegisterPage.JPG)

!["Index Page"](images/Indexpage.JPG)

!["Edit LongURL Page"](images/EditLongURLpage.JPG)

## Dependencies

- Node.js
- Express
- EJS
- bcryptjs
- morgan
- body-parser
- cookie-session
- PORT = 8080

## devDependencies
- chai
- mocha
- nodemon

### Getting Started

- Install all dependencies (using the `npm install` command).
- Run the development web server using the `node express_server.js` command.