AlaeddineMessadi / wishlist-cc

Wishlist-cc

Home Page:https://adidas-wishlist-client.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wishlist

Description

A webpage where you can create a wishlist of all the articles you want to have.

Demo

DEMO link

Screenshot

Wishlist Coding Challenge

Installation

Prerequisite

requires Node.js v8.15.0+ to run.

To start :

$ git clone git@github.com:AlaeddineMessadi/adidas-wishlist.git
$ cd adidas-wishlist
# change NODE_ENV to 'development' in .env file
$ cp server/.env.example server/.env
$ make run

Testing

$ make test-api
$ make test-client

Deployement

# client and server deployement
$ make deploy
# only client (react app)
$ make deploy-client
# only server (api app)
$ make deploy-server

Built With

CI

  • Travis - Test and deploy
  • Heroku - cloud platform for build and deliver scale apps

Heroku

License

License: MIT

Todos

  • Write MORE Tests

About

Wishlist-cc

https://adidas-wishlist-client.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 75.4%Language:SCSS 13.2%Language:Makefile 3.2%Language:HTML 3.2%Language:Dockerfile 2.4%Language:CSS 2.1%Language:Shell 0.4%