jasper95 / graphql-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shopping Cart DnD Twitter

Packagist

A simple shopping cart with drag & drop functionality.

About

This app is prepared for CebuJS Meetup.

Live

https://shopping-cart.dnamicro.net/

Run on Local

git clone https://github.com/jojo-tutor/shopping-cart-dnd.git
cd shopping-cart-dnd
yarn && yarn dev

Important

This app will not work if there is no config file. The config file should be shopping-cart-dnd/config/.env and should look like this:

APP_FIREBASE_KEY=replace_with_your_key
APP_FIREBASE_AUTH_DOMAIN=replace_with_your_domain
APP_FIREBASE_DATABASE=replace_with_your_database
APP_FIREBASE_PROJECT_ID=replace_with_your_project_id
APP_FIREBASE_STORAGE_BUCKET=replace_with_your_storage_bucket
APP_FIREBASE_SENDER_ID=replace_with_your_sender_id
PORT=3000

Authors

Jojo E. Tutor Jasper Bernales Jose Adrian Buctuanon

License

This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE file for details

Enjoy :)

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 77.0%Language:CSS 22.9%Language:HTML 0.1%