jakekohl / Link-Shortener-website

https://link-shortener-website-three.vercel.app
0 stars 0 forks source link

Link-Shortener-website

This project is a learning solution from DevProjects.

Project Requirements

The user will input a valid URL and click a "shorten" button. The shortened URL will then be displayed.

Your UI should include the following elements:

Bonus Requirements

How to get started

Run the following commands

git clone https://github.com/jakekohl/Link-Shortener-website.git

cd Link-Shortener-Website

npm install

Create a Doppler by navigating to https://doppler.com, then get setup using doppler setup.

Create a bit.ly account and generate an API Token at https://app.bitly.com/settings/api/

Create a secret in the doppler setup you created with the key BIT_KEY

Run command: doppler run node app.js

To run Cypress testing

npm run cypress:open

Troubleshooting

TODO