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: units/03/lab.markdown
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,10 @@ prevtitle: "3.5 Exercise: SQLite With Express"
10
10
## Project Proposals
11
11
12
12
You are going to be writing your FINAL project proposals which will be due before break. This should be something you're expecting to write the front end and the back end for with your team. Scope it to something to be completed by the end of the year.
13
-
The idea, your database and **3 working endpoints** are due for Lab 3 (API). More information for Lab 3 will be provided in the next few days.
14
13
15
14
## Task
16
15
17
-
Submit a document that answers the following questions.
16
+
As a team, submit a document that answers the following questions.
18
17
19
18
1. What is your project idea?
20
19
2. What are your motivations for this idea?
@@ -23,8 +22,10 @@ Submit a document that answers the following questions.
23
22
5. What do you need to code for a back-end application / storage? (All projects need some back-end)
24
23
6. What other ideas did you consider but didn't end up doing? (you can provide a link to a live collab)
25
24
26
-
## Project Deliverables
25
+
## Lab 3 Deliverables (after break)
27
26
28
-
You are free to start working on your project (but I will give you official approval after break). For this lab specifically, you will be schematizing your stated backend. You will have to complete code for **3 endpoints** with your team dedicated at the end of lab 3. We will be implementing the rest of our proposals as we progress through the rest of the school year.
27
+
You are free to start working on coding your project after I give you approval of your proposal (which will officially be after break). For Lab 3 specifically, you will only be building the backend. You will have to complete code for **3 endpoints** with your team. We will be implementing the rest of our proposals as we progress through the rest of the school year.
29
28
30
-
Here is an example of a [project](https://github.com/hm-web-dev/api-lab-example). The `README` file is a good example of what you should be aiming for as a project proposal.
29
+
### Example
30
+
31
+
Here is an example of a [project](https://github.com/hm-web-dev/api-lab-example) based off the proposal in the `README` file.
0 commit comments