A simple URL Shortener Web Application using MERN Stack.
Please before runing the server change .env file puting the acurrate server data and database data as in the example file.
$ cd ./Backend
$ npm install
$ npm run start
Also here be careful to put the address where the server will be running.
$ cd ./Frontend
$ npm install
$ npm start