文件名称:Class-Planner:https
文件大小:394KB
文件格式:ZIP
更新时间:2024-05-31 03:45:38
JavaScript
班级策划人 该项目的目的是简化和自动化我们用来注册志愿者参加课程的过程。 git clone https://github.com/AKaramifar/Class-Planner.git或如果您使用SSH(推荐): git clone git@github.com:AKaramifar/Class-Planner.git [安装并运行后端] create config.env file in config directory ADD the following onto config.env you created before: NODE_ENV=development PORT=5000 MONGO_URI=your mongodb connection string npm install npm run server 服务器将在http://localhost:50