A full stack simple url shortener website.
EJS (Embedded JavaScript templating) was used for building the fron-end side of this project. EJS is a simple templating language that lets you jenerate HTML markup with plain JavaScript. for more information see https://ejs.co/,
express was used for managing the APIs and connecting to the database.
MongoDB was used for the database to store the required data for the website
For testing: JEST and puppeteer were used for performing end to end testing. more information see https://pptr.dev/ https://jestjs.io/