API that I created using HapiJS and JWT
To run this project, you will need to add the following environment variables to your .env file
Run this command before change/add env
cp .env.example .env
MONGODB_URL Guide
JWT_SECRET Example: foo
HOST
PORT
Clone the project
git clone https://link-to-projectGo to the project directory
cd my-projectInstall dependencies
npm installStart the server
npm run startAnd go to http://localhost:3000/documentation to see what you can do