This application was made to support the frontend of an online retail store. The goal of this project is replace a previously existing API with a backend system that can support the full data set for the project and can scale to meet the demands of production traffic in a more performant manner.
Each member of the team was responsible for implementing different service of the application for a faster turnaround following the microservices architecture pipeline.
- Sabrina Gortz: Customer Q&A API
- Trevor Edwards: Customer Review API
- Will Atwood: Products Catalog and Storage API
To download a copy to your local machine:
- First navigate to one of the services displayed above.
- Fork a copy of the project to your github account, in order to clone it:
$ git clone https://github.com/NutmegGang/<name-of-service>
- Installing dependencies:
$ npm install
$ npm server