# express-typescript **Repository Path**: lihuilai/express-typescript ## Basic Information - **Project Name**: express-typescript - **Description**: No description available - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-13 - **Last Updated**: 2021-07-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
## Description This repository is a part of the [Express Typescript tutorial](https://wanago.io/courses/typescript-express-tutorial/). Each part of the course has its own branch, called for example [_part-1_](https://github.com/mwanago/express-typescript/tree/part-1). The the [_master_](https://github.com/mwanago/express-typescript) branch represents the version with **MongoDB**. The [_postgres_](https://github.com/mwanago/express-typescript/tree/postgres) branch contains the version with **PostgreSQL**. ## Installation ```bash npm install ``` ## Running ```bash npm run dev ``` ## Testing ```bash npm run test ```