Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hernandez87v/tinyapp
TinyApp is a full stack web application built with Node and Express that allows users to shorten long URLs
https://github.com/hernandez87v/tinyapp
Last synced: about 2 months ago
JSON representation
TinyApp is a full stack web application built with Node and Express that allows users to shorten long URLs
- Host: GitHub
- URL: https://github.com/hernandez87v/tinyapp
- Owner: hernandez87v
- Created: 2020-03-16T22:54:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T19:55:25.000Z (about 2 years ago)
- Last Synced: 2023-03-04T21:08:22.389Z (almost 2 years ago)
- Language: EJS
- Homepage:
- Size: 359 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TinyApp Project :eight_spoked_asterisk:
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 My URLs Page"](https://github.com/hernandez87v/tinyapp/blob/master/docs/urls-page.png?raw=true)
!["screenshot of Register Page"](https://github.com/hernandez87v/tinyapp/blob/master/docs/register-page.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.