HR-NYC 37 SDC
Design a database and server that meet the requirements of your application, and then deploy and scale this service to support (a minimum of) 100 requests per second on EC2 using a t2.micro instance.
- Clone the repo
git clone https://github.com/Sierra-SDC/Reviews-api.git
- Install NPM packages
npm install
- Start the local server
npm run start