node app.js
The serever will start on http://localhost:4000.
This project can be hosted on vercel.
visit: [https://vercel.com/]
visit: [https://netlify.app/]
instruction | methods | endpoint |
---|---|---|
get all quiz | GET | /quizes |
get single quiz | GET | /quizes/:id |
post a quiz | POST | /quizes |
update a quiz | PUT | /quizes/:id |
delete a quiz | DELETE | /quizes/:id |
made by Nayeem with ❤️