# csms-api-server **Repository Path**: zhu-junbin/csms-api-server ## Basic Information - **Project Name**: csms-api-server - **Description**: 毕设项目,教学选课管理系统(后端) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-03 - **Last Updated**: 2024-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Example how to use TypeORM with MongoDB using TypeScript 1. clone repository 2. run `npm i` 3. edit `ormconfig.json` and change your database configuration 4. run `npm start` 5. enjoy! ## How to use CLI? 1. install `typeorm` globally: `npm i -g typeorm` 2. run `typeorm -h` to show list of available commands