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
{{ message }}
This repository was archived by the owner on Jan 8, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
A stripped down API boilerplate built around NodeJS and OpenAPI (Swagger) V3.
4
4
5
+
## ARCHIVED
6
+
7
+
This code is quite old now and does not support the very latest versions of Express.
8
+
9
+
There's not much need for it any longer so I am archiving it.
10
+
5
11
## Configuration
6
12
7
13
Set the following environment variables
@@ -25,7 +31,7 @@ and see the API docs at
25
31
26
32
## What's the point of this?
27
33
28
-
I write a lot of APIs and have distilled my current best-practice into this codebase to save myself time, and as example code for other developers wondering how to do this sort of stuff.
34
+
I used to write a lot of APIs and distilled my then best-practice into this codebase to save myself time, and as example code for other developers wondering how to do this sort of stuff.
0 commit comments