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
+6-3
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ It has the **minimum dependencies** and stuff already implemented since I don't
19
19
-**➰ Multi-instance, auto-restart and dockerized**: In the Dockerized production build, you won't have to worry about instances, restarts... everything is already configured with PM2.
20
20
21
21
## Requeriments
22
-
- ✅ At least Node.js 16.X.X
22
+
- ✅ At least Node.js 18.X.X
23
23
- ✅ Docker in your system (only if you want to create Docker images)
24
24
25
25
## How to start?
@@ -40,7 +40,7 @@ Once you have the .env file ready, it is time to rename the project.
40
40
## How to rename the project?
41
41
I have tried to reduce the changes you have to do by a lot but still you have to change some files.
42
42
First, in the `package.json` file, change the name of the project in the **line 2**.
43
-
In the **same file**, in the **lines 20, 21, 22 and 23**; change the project name from **naucode/express-typescript-boilerplate-api** to your project name.
43
+
In the **same file**, in the **lines 25, 26, 27 and 28**; change the project name from **naucode/express-typescript-boilerplate-api** to your project name.
44
44
In the `.env` file, make sure to change the **API_TITLE** to your project name.
45
45
Finally, in the **line 13** in the file `./src/models/app.ts`, change the text from '**express-typescript-boilerplate-api**' to your project name.
46
46
To finish, **reinstall the dependencies** (for example with `npm i`) and you will have finished!
@@ -109,4 +109,7 @@ Finally, as always, I recommend you to check the docs of the dependencies, that
109
109
-[Express Zod API Docs](https://github.com/RobinTail/express-zod-api)
0 commit comments