Testing the project locally Clone this project git clone https://github.com/<user-name>/<repo-name>.git cd <repo-name> code . touch .env Setup the following environment variables - (.env) file PORT="" Initialise and start the project npm inst...