Kistinagrg / Study-Saturday-Express-Sequelize

Express and Sequelize Review

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Study-Saturday-Week-1

Express and Sequelize Review

Objective: Build a fully-functioning CRUD API for 2 models, Students and Tests. Test specs are provided to guide development.

Details

- Necessary Models:
	- Student
	- Test

- Necessary routes:

	- Get all students

	- Get all test scores

	- Update student name

	- Update test score

	- Get mean test score by student ID

	- Get top scoring student

	- Delete Student

	- Delete Score

	- Add Student

	- Add Score

How to test routes with specs

- `npm t`

About

Express and Sequelize Review


Languages

Language:JavaScript 100.0%