# ts-express-api **Repository Path**: uxiew/ts-express-api ## Basic Information - **Project Name**: ts-express-api - **Description**: restful api server,use mongodb as db! - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-04 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Building RESTful Web APIs with Node.js, Express, MongoDB and TypeScript This is a simple API that saves contact information of people. # 先前条件 [typescript](https://legacy.gitbook.com/book/zhongsp/typescript-handbook) [express](http://www.expressjs.com.cn/) [mongodb](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x) [mongoose](https://mongoosejs.com/docs/deprecations.html) ## 启动运行 Run in development mode ``` npm run dev ``` Run in production mode ``` npm run prod ``` # 原文 [how to secure RESTful API application](https://itnext.io/building-restful-web-apis-with-node-js-express-mongodb-and-typescript-part-5-a80e5a7f03db)