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

https://github.com/donpushme/tinyapp


https://github.com/donpushme/tinyapp

Last synced: 9 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

!["screenshot of the create new url page."](https://github.com/bcrwb/tinyapp/blob/master/docs/Screenshot%20of%20new%20url.png?raw=true)
!["screenshot of urls page"](https://github.com/bcrwb/tinyapp/blob/master/docs/Screenshot%20of%20urls.png?raw=true)

## 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.