Item page photos microservice developed using React and styled-components following SOA principles. Connected via REST API to an express server and persisting data using mongoDB.
An nvmrc file is included if using nvm.
- Node 6.13.0
From within the root directory:
npm install -g webpack
npm installRun database seeding scripts (requires mongoDB)
npm run seed
Build bundle
npm run build:dev
Start server
npm run start:dev
Run API and Database seeding tests
npm run test