Install packages with the command below
- npm install or yarn
Run app with - npm run dev or yarn dev
Build the app - npm run build or yarn build
the app is deployed on netlify
Install packages with the command below
- npm install
Run app with - node server.js or nodemon server.js
Web Services
- endpoint GET /api/v1/feedback - to get all feedbacks
- endpoint POST /api/v1/feedback - to save a feedback
2022 © EPI HUNTERS (NUIT D'INFO)