A brief description of what this project does and who it's for
Clone the project
git clone https://github.com/dina-pal/node-backend.gitGo to the project directory
cd node-backendor rename the folder if you want
Install dependencies
npm installOR
yarnStart the server
npm run devOR
yarn dev