Skip to content

Commit

Permalink
update: README instructions & package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordanier committed Nov 16, 2020
1 parent 21a1c71 commit 498e29c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 16 deletions.
35 changes: 20 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,42 @@
# Study Saturday: Week 2

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 Models:
- Student
- Test

- Necessary routes:
- Necessary routes:

- Get all students
- Get all students

- Get all test scores
- Get all test scores

- Update student name
- Update student name

- Update test score
- Update test score

- Get mean test score by student ID
- Get mean test score by student ID

- Get top scoring student
- Get top scoring student

- Delete Student
- Delete Student

- Delete Score
- Delete Score

- Add Student
- Add Student

- Add Score
- Add Score

### Instructions

Instructions will be provided by the fellow. Each coding portion will take 45 minutes followed by a 15-minute review with the fellow. There is also a 45 minutes lunch break in the middle.
For each cycle please only complete the relevant test specs block, it will be marked with .only notation.

### How to test routes with specs
- `npm t`

- `npm t`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "study-saturday-week-1",
"name": "study-saturday-week-2",
"version": "1.0.0",
"description": "fun w express and sequelize!",
"repository": {
Expand Down

0 comments on commit 498e29c

Please sign in to comment.