• Stars
    star
    2
  • Language
    TypeScript
  • Created almost 5 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This full stack app is a Restaurant system Demo: in the frontend-client UI, the user can see the menu options and submit an order (via orders API written in Golang), that will be stored in the mongo database. In addition, in frontend-backoffice, another user can update the status of these orders and also handle the menu options (products API).