Skip to content

pcampina/r5go-b2w

Repository files navigation

Buy your products in Americanas just scanning then.

View Demos: Front-end (PWA) | Back-end

About The Project

This project is a buy solution developed for MegaHack 2.0 (Shawee) for Americanas / B2W

Built with

API Endpoints

(GET) http://r5-go.herokuapp.com/api/products
(GET) http://r5-go.herokuapp.com/api/products/{id}
(GET) http://r5-go.herokuapp.com/api/products/barcode/{barcode}

(GET) http://r5-go.herokuapp.com/api/category
(GET) http://r5-go.herokuapp.com/api/category/{id}

Getting started

  1. git clone https://github.com/pcampina/r5go-b2w
  2. composer install
  3. mv .env.example
  4. $ php artisan key:generate
  5. Setup your .env
APP_NAME=Myapp
APP_ENV=local
APP_KEY=base64:your_generated_key by step 4
APP_DEBUG=true
APP_URL=http://localhost:8080

DB_CONNECTION=mysql
DB_HOST=mysql
DB_PORT=3306
DB_DATABASE=your_database
DB_USERNAME=your_user
DB_PASSWORD=your_password

If you want, use the demo sql in _db/ folder.

License

MIT license.

About

Rocket Five GO Scan Back-end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published