Skip to content

floris09/evaluation-tool-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Evaluation Tool API

Express API for this React application.

Database Structure

  1. Batch
  • batchNumber: string
  • startDate: date
  • endDate: date
  1. Evaluation
  • date: date
  • color: string
  • remark: string
  • student_id: objectId
  1. Student
  • name: string
  • imageUrl: string
  • batch_id: objectId
  • color: string
  1. User
  • name: string
  • email: string
  • createdAt: date
  • updatedAt: date

Running Locally

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published