https://github.com/github4maninder/tinyapp
https://github.com/github4maninder/tinyapp
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/github4maninder/tinyapp
- Owner: github4maninder
- Created: 2021-11-09T04:49:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-08T01:33:11.000Z (about 4 years ago)
- Last Synced: 2025-01-13T23:41:42.815Z (about 1 year ago)
- Language: EJS
- Size: 1.27 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- 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).
## Final Product





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