A restaurant ordering app with accounts and payments via Stripe (React.js, AWS, MongoDB, GraphQL, Strapi, Stripe, Node.js).
A restaurant ordering app with accounts and payments via Stripe (React.js, AWS, MongoDB, GraphQL, Strapi, Stripe, Node.js).
Ever since I moved back from college my sister has been making me a lot of food. To show my appreciation I wanted to create a restaurant meal ordering app featuring the various dishes she has made so far.
If you have git installed, type the following into your terminal:
git clone https://github.com/amishpr/kinnas-kitchen.git
Else, download the zip file and unpack by clicking the green “Clone and download” button on the top right of the screen.
Type the following into your terminal:
cd ./kinnas-kitchen/client
npm install
npm start
http://localhost:3000/
Type the following into your terminal:
cd ./kinnas-kitchen/server
npm install
npm develop
http://localhost:1337/