Clone the project
git clone https://github.com/idioseph/register-api.gitGo to the project directory
cd register-api/register-apiInstall dependencies
npm installStart the server
npm run startMake sure you set the environmental variables in your .env file, to run this project
MONGOURL
PORT