You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ada-project-docs/wave_07.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,17 @@
1
-
# Wave 7: Deployment
1
+
# Wave 7: Deployment and Refactoring
2
2
3
3
## Goal
4
4
5
-
Our goal is to make our project accessible online!
5
+
Our goal for wave 7 is twofold. We want to implement refactors that will reduce redundancy between our routes and we want our API to be available online!
6
6
7
7
## Requirements
8
8
9
+
### Refactoring
10
+
Using the Wave 07 tests and the refactoring examples we went over in class with Flasky, refactor your code in a way that removes redundancies across your Task and Goal routes.
11
+
12
+
Keep in mind that you may need to rework your project file structure and adjust your imports to make the tests work.
13
+
14
+
### Deployment
9
15
Deploy this project to Render.
10
16
11
17
When deploying a web service to Render, it will try to be helpful and set the `Language` field for you, but it doesn't always select the correct option.
0 commit comments