marceloogeda / job-ads-checkout

Checkout system written in ReactJS + Redux + GraphQL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Job Ads Checkout

That's the new job ads checkout system written in ReactJS + Redux + GraphQL.

Contents

Getting Started

No needs for installing dependencies.

Prerequisites

Docker start!

chmod +x start.sh
./start.sh

Open localhost:3000 for local development of the client.
Open localhost:5000/graphql for local development of the server.

Customer versions

Run tests!

Unfortunately the tests are still not running inside the docker :trollface:

# Clone this repository and then ran:
cd job-ads-checkout/client/
yarn or npm install
yarn test or npm test

Docker build!

chmod +x build.sh
./build.sh

Technologies used

About

Checkout system written in ReactJS + Redux + GraphQL.


Languages

Language:JavaScript 95.5%Language:HTML 3.5%Language:Shell 0.6%Language:CSS 0.3%