rest api boilerplate v2:RESTful API的样板 源码
建立 npm i 在本地运行任何内容之前,请创建一个.env文件并初始化您的env变量,如下所示: DB=mongodb://localhost:27017/boilerplate SECRET_KEY=NSA REACT_APP_URL=http://localhost:3000 // when cors is enabled, this will be the only origin to send requests PS:如果要部署到VPS / VPC,则应该有另一个.env.production文件,并在./config/config.js文件中添加一些逻辑来处理该文件。 在本地启
用户评论