We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c2bfd commit 671f571Copy full SHA for 671f571
ada-project-docs/wave_07.md
@@ -1,2 +1,24 @@
1
# Wave 7: Deployment
2
3
+## Goal
4
+
5
+Our goal is to make our project accessible online!
6
7
+## Requirements
8
9
+Deploy this project to Heroku.
10
11
+Then, add some Task records and Goal records to the production database.
12
13
+Be sure to grab the URL of your deployed app. It will be submitted at the time of project submission.
14
15
+### Tips
16
17
+- When unexpected issues come up, employ all of your debugging skills:
18
+ - Write down what step/command just created the issue
19
+ - Write down how you observe the issue
20
+ - Attempt to recreate the issue locally
21
+ - Use Postman, the browser, and the debugger tools
22
+ - Use the Heroku logs
23
+ - Research error messages
24
+ - Rubber duck and ask for help
0 commit comments