API Strapi Delivroo clone

Install dependencies

$ yarn

Run the server

$ yarn dev

build for production and launch server

$ yarn build
$ yarn start

Permissions configuration

For the Public role:

  • Application
    • Resaurant
      • find
      • findone
    • Dish
      • find

For the Authenticated role:

  • Application
    • Resaurant
      • find
      • findone
    • Dish
      • find
    • Order
      • create

For detailed explanation on how things work, checkout the Strapi docs.