- A 3-day tiny (pun intended) web app project using Node.js and Express framework. The app will allow users to shorten long URLs.
- A simulation of websites such as TinyURL.com, bit.ly, and the like.
- Note that my focus is on Node and Express, not CSS layout at this point.
ECMAScript 6
Node.js
Express.js
git
for version controlcookie-session
for session storagebcrypt
for password encryption
- To launch this App, run node in terminal/bash/command line
npm start
- Browse to
http://localhost:3000/
-
- Simply turn long URL into short URL
-
- You can edit long URLs once created
-
- Simply copy the short URL and share
The new URL will be added to your account. You will be able to see your URLs once logged in. The URLs shown are specific to which you have created. However, you are still able to use other's short URL if you have the URL.