Skip to content

Commit 415d970

Browse files
authored
Merge pull request #1 from TheNaubit/v/1.0.1
V/1.0.1
2 parents 859e69b + 157b2eb commit 415d970

12 files changed

+675
-659
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ It has the **minimum dependencies** and stuff already implemented since I don't
1919
- **➰ 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.
2020

2121
## Requeriments
22-
- ✅ At least Node.js 16.X.X
22+
- ✅ At least Node.js 18.X.X
2323
- ✅ Docker in your system (only if you want to create Docker images)
2424

2525
## How to start?
@@ -40,7 +40,7 @@ Once you have the .env file ready, it is time to rename the project.
4040
## How to rename the project?
4141
I have tried to reduce the changes you have to do by a lot but still you have to change some files.
4242
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.
4444
In the `.env` file, make sure to change the **API_TITLE** to your project name.
4545
Finally, in the **line 13** in the file `./src/models/app.ts`, change the text from '**express-typescript-boilerplate-api**' to your project name.
4646
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
109109
- [Express Zod API Docs](https://github.com/RobinTail/express-zod-api)
110110
- [Zod Docs](https://zod.dev/)
111111
- [TS Reset Docs](https://github.com/total-typescript/ts-reset)
112-
- [ZNV Docs](https://github.com/lostfictions/znv)
112+
113+
## Changelog
114+
- **1.0.1**: Moved support to Node 18, moved from Nodemon to TSX, fixed .env file load, fixed several typos
115+
- **1.0.0**: Initial version

nodemon.json

-6
This file was deleted.

0 commit comments

Comments
 (0)