Coder Social home page Coder Social logo

elian-cheng / food-order Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 245 KB

Food Order App

Home Page: https://elian-cheng-food-order.netlify.app/

JavaScript 19.63% Shell 0.06% HTML 0.33% TypeScript 74.00% SCSS 5.98%
jwt mui react react-hook-form redux shopping-cart mongodb nodeexpress

food-order's Introduction

Food Order

Food order app from multiple stores. Development time limit - 3 days.

Functionality:

  • Authorization and authentication
  • Order the food from only 1 store at a time
  • Shopping Cart
  • Coupons
  • Checkout and login forms
  • Choose address on Google Map

Deploy

https://elian-cheng-food-order.netlify.app/

Front-End

https://github.com/elian-cheng/food-order/tree/front

Back-End

https://github.com/elian-cheng/food-order/tree/server

Install instructions:

Front-End:

1. git clone https://github.com/elian-cheng/food-order.git
2. cd food-order
3. git checkout front
4. npm i
5. npm run dev

Back-End:

1. git clone https://github.com/elian-cheng/food-order.git
2. cd food-order
3. git checkout server
4. npm i
5. npm run start

Server requests:

  • GET /products - get products list;
  • GET /products/${id} - get products by it's ID;
  • GET /products?store=${store} - get products by store name ${store};
  • GET /users/${id}/tokens - get user's (ID) access token;
  • POST /users - create(register) a user;
  • POST /signin - login user;
  • GET users/${userID}/orders - get user's (ID) orders;
  • POST users/${userID}/orders - send (save) user's (ID) orders to the server;

Used technologies

  • React
  • TypeScript
  • React Router
  • React Context
  • Redux, Redux Toolkit
  • MUI, SCSS
  • Node.js, Node Express
  • Mongoose, MongoDB
  • JWT Authentication
  • react-hook-form, yup
  • Google Map

food-order's People

Contributors

elian-cheng avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.