Express API for this React application.
- Batch
- batchNumber: string
- startDate: date
- endDate: date
- Evaluation
- date: date
- color: string
- remark: string
- student_id: objectId
- Student
- name: string
- imageUrl: string
- batch_id: objectId
- color: string
- User
- name: string
- email: string
- createdAt: date
- updatedAt: date
Make sure you have MongoDB,Yarn and NodeJS installed. Setup and run React Evaluation Tool.
git clone [email protected]:floris09/evaluation-tool-api.git
cd evaluation-tool-api
yarn install
yarn start
yarn run seed