/shoppingify-chall

Shoppingnify Challenge (devchallenges.io)

Primary LanguageJavaScript

Shoppingifty

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

screenshot

Built With

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.

You can create your own key to use this web site. This key is valid as long as you log in at least once every two weeks. After a script comes to clean the database to avoid too much useless data.

How To Use

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

You need to create database, copy .envExample to .env and replace information (In the back folder).

From your command line:

# Clone this repository
$ git clone https://github.com/DLatouche/shoppingnify-chall.git

# Run front, go to the front folder
$ cd front

# Install dependencies
$ yarn

# Run the app
$ yarn start

# Run back, go to the back folder
$ cd back

# Install dependencies
$ yarn

# Run the app
$ yarn dev

Contact