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/express.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
2
layout: home
3
3
title: "3.4 Exercise: Express"
4
-
nexttitle: 3.5 "Exercise: SQLite With Express"
5
4
nexturl: units/03/sqlite
6
5
prevurl: units/03/js-typescript
7
6
prevtitle: 3.3 Typescript
7
+
nexttitle: "3.5 Exercise: SQLite With Express"
8
8
---
9
9
10
10
[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!
0 commit comments