Require: NodeJS version -> ^16.13
In order to download and run this project you shoud run this commands:
git clone https://gitlab.com/alejandro31118/prw-project.git
cd prw-project
npm installWhen the download is over, you must copy the example .env file:
cp .env.example .envAfter you put your API KEY in .env file, you can run:
npm startAnd the app will be open in your browser on http://localhost:3000.