Source code for the Building REST API with Express, TypeScript blog post series
- Building REST API with Express, TypeScript and Swagger
- Building REST API with Express, TypeScript - Part 2: Docker Setup
- Building REST API with Express, TypeScript - Part 3: PostgreSQL and Typeorm
- Building REST API with Express, TypeScript - Part 4: Jest and unit testing
-
Clone the repo
git clone [email protected]:rsbh/express-typescript.git cd express-typescript
-
Install dependencies.
npm install
-
Build the production server.
npm build
-
Run the server.
npm start
docker build -t express-typescript .
npm test