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: README.md
+1-8
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
</a>
6
6
</p>
7
7
8
-
Starter for Node.js, Express API in Typescript and PostgreSQL with jsonwebtoken, joi, Knex, Objection.js and many other popular tools.
8
+
This is a API starter template for building a Node.js and Express.js using Typescript and PostgreSQL as database. It includes popular tools such as jsonwebtoken, joi, Knex, Objection.js, and more.
9
9
10
10
## Requirements
11
11
@@ -56,13 +56,6 @@ $ yarn dev
56
56
57
57
### Using Docker
58
58
59
-
```bash
60
-
# Make a copy of `.env.docker` and save as `.env`.
61
-
$ cp .env.docker .env
62
-
```
63
-
64
-
Install dependencies and run the application locally.
0 commit comments