Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d564348

Browse files
committed
linking to schedule express
1 parent 4e0ddc7 commit d564348

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

schedule.markdown

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ The schedule and assignments may be changed until officially covered in class. Y
1212
<!-- 2. [Setting up the Environment]({{site.baseurl}}/units/01/environment) -->
1313
1. [Lab 1 - Team Contract]({{site.baseurl}}/units/01/lab1teamcontract)
1414

15-
1615
## Unit 2: Web Dev Basics
1716

1817
1. [HTML]({{site.baseurl}}/units/02/html)
@@ -25,10 +24,9 @@ The schedule and assignments may be changed until officially covered in class. Y
2524
1. [Javascript Types]({{site.baseurl}}/units/03/js-types)
2625
2. [Javascript Functions]({{site.baseurl}}/units/03/js-functions)
2726
3. [Typescript]({{site.baseurl}}/units/03/js-typescript)
28-
4. Routing via Express
29-
5. Managing Databases with SQL
30-
6. Working with APIs
31-
7. Lab 3 and First Proposal
27+
4. [Routing via Express]({{site.baseurl}}/units/03/express)
28+
5. [Managing Databases with SQL]({{site.baseurl}}/units/03/sqlite)
29+
6. [Lab 3 and First Proposal]({{site.baseurl}}/units/03/lab})
3230

3331
## Unit 4: Building a Client
3432

units/03/express.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
layout: home
33
title: "3.4 Exercise: Express"
4-
nexttitle: 3.5 "Exercise: SQLite With Express"
54
nexturl: units/03/sqlite
65
prevurl: units/03/js-typescript
76
prevtitle: 3.3 Typescript
7+
nexttitle: "3.5 Exercise: SQLite With Express"
88
---
99

1010
[Express](https://expressjs.com/) is a Node library that allows you to run a server and expose endpoints for users to access. In other words, it allows you to create an API!

units/03/sqlitexpress.markdown renamed to units/03/sqlite.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: home
3-
title: 3.5 "Exercise: SQLite With Express"
3+
title: "3.5 Exercise: SQLite With Express"
44
nexttitle: "Lab 3"
5-
nexturl: units/03/lab3
5+
nexturl: units/03/lab
66
prevurl: units/03/sqlite
77
prevtitle: "3.4 Exercise: Express"
88
---

0 commit comments

Comments
 (0)