Skip to content

Commit 4a6c8b5

Browse files
committed
readme
1 parent 318a408 commit 4a6c8b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The project needs some additional NPM dependencies in order to work.
3535

3636
### Required Scripts
3737

38-
Add `"start"`. `"server"`, `"migrate"` and `"rollback"` scripts to the `package.json` file.
38+
Add `"start"`. `"server"`, `"migrate"` and `"rollback"` scripts to the `package.json` file. The tests depend on these scripts being correct!
3939

4040
### Required Tables
4141

@@ -91,11 +91,12 @@ Build an API inside the `api` folder with endpoints for:
9191
- Each task must include `project_name` and `project_description`
9292
- Example of response body: `[{"task_id":1,"task_description":"baz","task_notes":null,"task_completed":false,"project_name:"bar","project_description":null}]`
9393

94-
**Notes:**
94+
**Important Notes (READ!)**
9595

9696
- Run tests locally by executing `npm run test`. Tests will be very broken until you flesh out the project sufficiently.
9797
- You are welcome to create additional files for middlewares etc, but **do not move or rename existing files** or folders.
9898
- Do not make changes to your `package.json` except to add **additional** dependencies and scripts. Do not update existing packages.
99+
- Delete `test.db3` and `database.db3` and re-run the migration(s) if you suspect half-finished code left your databases in a broken state.
99100
- In your solution, it is essential that you follow best practices and produce clean and professional results.
100101

101102
## Submission format

0 commit comments

Comments
 (0)