Skip to content

Latest commit

 

History

History
127 lines (89 loc) · 3.84 KB

README.md

File metadata and controls

127 lines (89 loc) · 3.84 KB

Shoppingify

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

screenshot

Page where you can create shoping lists, save them, keep a record of them and watch some statistics about items you buy.

Built With

UML diagram

screenshot

Features

This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user stories.

How To Use

Client side

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/AdriaGual/shoppingify_client

# Install dependencies
$ npm install

# Run the app
$ npm start

Server side

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/AdriaGual/shoppingify_server

# Install dependencies
$ php artisan migrate
$ php artisan db:seed

# Run the app
$ php artisan serve

Images

screenshot

screenshot

screenshot

screenshot

screenshot

Contact