All Projects → mishast → FoodDelivery

mishast / FoodDelivery

Licence: other
E-Commerce demo project. Food delivery application project made with.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to FoodDelivery

Grandnode
Open source, headless, multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, Vue.js.
Stars: ✭ 1,768 (+1567.92%)
Mutual labels:  ecommerce, shopping-cart, shop, storefront, ecommerce-platform
saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: ✭ 15,824 (+14828.3%)
Mutual labels:  ecommerce, shop, store, storefront, ecommerce-platform
Saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: ✭ 14,720 (+13786.79%)
Mutual labels:  ecommerce, shop, store, storefront, ecommerce-platform
Reaction
Mailchimp Open Commerce is an API-first, headless commerce platform built using Node.js, React, GraphQL. Deployed via Docker and Kubernetes.
Stars: ✭ 11,588 (+10832.08%)
Mutual labels:  ecommerce, shop, storefront, ecommerce-platform
Aimeos
Integrated online shop based on Laravel 8 and the Aimeos e-commerce framework
Stars: ✭ 2,354 (+2120.75%)
Mutual labels:  ecommerce, shopping-cart, shop, ecommerce-platform
Spree
Open Source headless multi-language/multi-currency/multi-store eCommerce platform
Stars: ✭ 11,571 (+10816.04%)
Mutual labels:  ecommerce, shop, store, ecommerce-platform
Example Storefront
Example Storefront is Reaction Commerce’s headless ecommerce storefront - Next.js, GraphQL, React. Built using Apollo Client and the commerce-focused React UI components provided in the Storefront Component Library (reactioncommerce/reaction-component-library). It connects with Reaction backend with the GraphQL API.
Stars: ✭ 471 (+344.34%)
Mutual labels:  ecommerce, shop, storefront, ecommerce-platform
Wellcommerce
Open-source E-Commerce software
Stars: ✭ 499 (+370.75%)
Mutual labels:  ecommerce, shopping-cart, shop, ecommerce-platform
Aimeos Laravel
Laravel ecommerce package for professional, ultra fast online shops, complex B2B applications and #gigacommerce
Stars: ✭ 5,204 (+4809.43%)
Mutual labels:  ecommerce, shopping-cart, shop, ecommerce-platform
Yupe
Yupe! is an open source Yiiframework-based online e-commerce solution. Demo https://demo.yupe.ru/
Stars: ✭ 596 (+462.26%)
Mutual labels:  ecommerce, shopping-cart, shop, ecommerce-platform
Ecommwar
A leaderboard of the top open-source e-commerce platforms. Promoting the bests for building reliable stores.
Stars: ✭ 203 (+91.51%)
Mutual labels:  ecommerce, shopping-cart, shop, ecommerce-platform
Sylius
Open Source eCommerce Platform on Symfony
Stars: ✭ 6,598 (+6124.53%)
Mutual labels:  ecommerce, shopping-cart, shop, ecommerce-platform
Arastta
Solid, Free, Open Source, Community Driven eCommerce
Stars: ✭ 251 (+136.79%)
Mutual labels:  ecommerce, shopping-cart, shop, ecommerce-platform
grandnode2
Free, Open source, Fast, Headless, Multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, LiteDB, Vue.js.
Stars: ✭ 626 (+490.57%)
Mutual labels:  ecommerce, shopping-cart, shop, ecommerce-platform
Ryal
🏵 An e-commerce library for elixir; just to save you some pain, we're still in construction, so star us instead or donate!
Stars: ✭ 87 (-17.92%)
Mutual labels:  ecommerce, shopping-cart, shop, ecommerce-platform
Nopcommerce
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
Stars: ✭ 6,827 (+6340.57%)
Mutual labels:  ecommerce, shopping-cart, shop, ecommerce-platform
Ever
Ever® - Open-Source Commerce Platform for On-Demand Economy and Digital Marketplaces
Stars: ✭ 980 (+824.53%)
Mutual labels:  ecommerce, shop, storefront, ecommerce-platform
Laracom
Laravel FREE E-Commerce Software
Stars: ✭ 1,570 (+1381.13%)
Mutual labels:  ecommerce, shopping-cart, shop, storefront
Vc Storefront
VirtoCommerce Storefront for ASP.NET Core 3.1 repository
Stars: ✭ 122 (+15.09%)
Mutual labels:  ecommerce, shop, storefront
React Shopping Cart
🛍️ Simple ecommerce cart application built with React Redux
Stars: ✭ 1,808 (+1605.66%)
Mutual labels:  ecommerce, shopping-cart, react-shopping-cart

FoodDelivery

FoodDelivery is open source ecommerce application for food delivering. Application consists of following parts:
  1. Store front - React based SPA with server side rendering
  2. Backoffice - React
  3. API Backend - Node.js, Express, MongoDb

Screenshots

Store

Admin

Live demo

Features

Storefront:

  1. Server-side rendering
  2. Responsive design
  3. Add to cart
  4. Delete from cart
  5. Checkout
  6. Session based on localStorage and tokens

Dashboard:

  1. Login
  2. Responsive design
  3. Orders lists based on status
  4. Change order status (Work in progress)
  5. View order (Work in progress)
  6. Products list
  7. View product (Work in progress)
  8. Add / edit product (Work in progress)

Dependencies

  1. React - ui
  2. Redux - state managment
  3. Redux-thunk - side effects
  4. Formidable - file uploads
  5. Jsonwebtoken - implementation of json web tokens
  6. Ant.Design - react ui library
  7. Formik - forms for react
  8. Yup - form validation
  9. Axios - http client
  10. React Router v4 - router
  11. Express - web framework

Setup

Prerequisites

  • Install Node.js >= 10
  • Install MongoDB

Seed database

  • Go to 'backends/express'
  • Install 'dependencies'
yarn install
  • Seed database
yarn run seed

Start backend

  • Go to 'backends/express'
  • Install dependencies
yarn install
  • Start backend
yarn run start

Start storefront

  • Go to 'web/store/react'
  • Install dependencies
yarn install
  • Buld storefront
yarn run build:dev
  • Start storefront
yarn run start

Start Backoffice

  • Go to 'web/admin/react'
  • Install dependencies
yarn install
  • Start Backoffice
yarn run start

License

The MIT License (MIT)

Copyright (c) 2014-2019 Mikhail Strizhov

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Coded with ❤️ by MishaSt

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].