Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danekf/tinyapp
https://github.com/danekf/tinyapp
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/danekf/tinyapp
- Owner: danekf
- Created: 2022-07-11T17:44:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T18:10:12.000Z (over 2 years ago)
- Last Synced: 2023-08-08T11:11:20.287Z (over 1 year ago)
- Language: EJS
- Size: 2.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).
Implementation requires some front end editing but is fully functional with session cookies and bscrypt security.## Final Product
!["Page Showing edit funciton of URL shortener, should a mistake be made and need editing."](https://github.com/danekf/tinyapp/blob/master/images/edit-Page.png)
!["Page Showing main view of URLs that have been shortened, for a given user."](https://github.com/danekf/tinyapp/blob/master/images/url-Page.png)## Dependencies
- Node.js
- Express
- EJS
- bcryptjs
- cookie-session## Getting Started
- Install all dependencies (using the `npm install` command).
- Run the development web server using the `node express_server.js` command.