api-express-ts
使用Express构建的独立Api服务器
此回购旨在作为通过express和mongodb通过mongoose的期货api服务器项目的起点。而且我们还将使用typescr ipt 。
也许以后会添加对mysql的支持?
如何使用?
先决条件:必须在您的计算机上安装node和mongodb
安装依赖项: npm install
开发: npm run dev
生产: npm run build然后npm run start
清理dist文件夹: npm run cle
一个渐进式的框架,用于构建高效且可扩展的服务器端应用程序。
描述
框架Typescr ipt入门资料库。
安装
$ npm install
运行应用
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
测试
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test cove
锻炼助力| 原料药
REST API-Typescr ipt,Express,Mongodb
目录
安装
git pull https://github.com/Workout-Boost/api.git
cd api
npm install
快速开始
# Start Development
npm run dev
# Build API
npm run build
# Start API
npm run start
### Make a dev.ts in /config
module.exp
一个渐进式的框架,用于构建高效且可扩展的服务器端应用程序,受到极大启发。
描述
框架Typescr ipt入门资料库。
安装
$ npm install
运行应用
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
测试
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# te
项目
描述
框架Typescr ipt入门资料库。
安装
npm install
# or
npm i
# or
cnpm i
# or
yarn
# or
tyarn
运行应用
# development
npm run start
# watch mode
npm run start:dev
# production mode
npm run start:prod
测试
# unit tests
npm run test
# e2e tests
npm run test:e2e
# test