Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 2.79 KB

README.md

File metadata and controls

50 lines (37 loc) · 2.79 KB

Express.js NodeJS Postgres AWS

Project Overview

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.

Tech Stack

Installation and Setup

To download a copy to your local machine:

  1. First navigate to one of the services displayed above.
  2. Fork a copy of the project to your github account, in order to clone it:
$ git clone https://github.com/NutmegGang/<name-of-service>
  1. Installing dependencies:
$ npm install
$ npm server