FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ScottAndersonFullStack/Study-Saturday-Week2: Express and Sequelize Review · GitHub

 
 

Repository files navigation

Study-Saturday-Week2

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

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL