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.
- Create account/ #
- View menu with images
- Add items to cart
- Pay with credit card via the Stripe API
- Node.js
- React.js
- Gestalt (CSS)
- AWS
- GraphQL
- MongoDB
- Node.js
- Strapi
- Stripe API
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.
- Open client folder
Type the following into your terminal:
cd ./kinnas-kitchen/client
- Install npm modules
npm install
- Start client
npm start
- Open the following url:
http://localhost:3000/
- Open client folder
Type the following into your terminal:
cd ./kinnas-kitchen/server
- Install npm modules
npm install
- Start server
npm develop
- Open the following url:
http://localhost:1337/