An application that allows a company to see their customer information.
To run this project you will need to have the following programs installed:
$ node -v
v8.12.0
$ npm -v
6.4.1
$ yarn -v
1.9.4
$ psql --version
psql (PostgreSQL) 10.5
$ createdb --version
createdb (PostgreSQL) 10.5
Make sure PostgreSQL is running and listoning to port 5432 on localhost.
To install al dependencies, clone the repository and run
$ createdb my_customers
$ yarn setup
on the project's root folder.
To run, you just have to execute
yarn start
on the project's root. This should start the Express server on port 3001 and the React development server on port 3000.
The client was developed mobile-first, so if you want to have the best experience you should access it through Chrome using the device toolbar.