FredrikOseberg / ecommerce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About the project

This project contains code for the book Production grade APIs which you can find on leanpub. It's a work in progress and I'll be adding more code as I write more chapters.

How to use this project

You can find snapshots of the different chapters as branches in this repository. The master branch contains the latest code. The branches will be referred to from the book.

How to run the code

  1. Install dependencies:

npm install

  1. Run the server

npm run start:nodemon

About


Languages

Language:TypeScript 100.0%