|
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 | [](https://nodejs.org/docs/latest-v18.x/api/index.html)
|
4 |
| -[](https://www.typescriptlang.org/) |
5 |
| -[](https://expressjs.com/) |
| 4 | +[](https://www.typescriptlang.org/) |
| 5 | +[](https://expressjs.com/) |
6 | 6 | [](https://typeorm.io/#/)
|
7 | 7 | [](https://mochajs.org)
|
8 | 8 |
|
|
12 | 12 | 
|
13 | 13 | 
|
14 | 14 |
|
15 |
| -Ready to use RESTful API boilerplate builded with [Express.js](http://expressjs.com/en/4x/api.html), [Typescript](https://github.com/Microsoft/TypeScript) [TypeORM](https://github.com/typeorm/typeorm) and [Mocha](https://mochajs.org/). 🤘 |
| 15 | +Ready to use RESTful API boilerplate builded with [Express.js](http://expressjs.com/en/4x/api.html), [Typescript](https://github.com/Microsoft/TypeScript), [TypeORM](https://github.com/typeorm/typeorm) and [Mocha](https://mochajs.org/). 🤘 |
16 | 16 |
|
17 |
| -Thanks to Daniel F. Sousa for inspiration with her [Express ES2017 REST API boilerplate](https://github.com/danielfsousa/express-rest-boilerplate) :beer: |
| 17 | +Thanks to Daniel F. Sousa for inspiration with his [ExpressREST API boilerplate](https://github.com/danielfsousa/express-rest-boilerplate) :beer: |
18 | 18 |
|
19 | 19 | ## > Features
|
20 | 20 |
|
@@ -61,16 +61,14 @@ Thanks to Daniel F. Sousa for inspiration with her [Express ES2017 REST API boil
|
61 | 61 | ### Prerequisites
|
62 | 62 |
|
63 | 63 | * Git
|
64 |
| -* Node.js >= 14.16.0 |
65 |
| -* NPM >= 6.14.0 |
| 64 | +* Node.js >= 18.19.0 |
| 65 | +* NPM >= 10.2.3 |
66 | 66 | * A database engine with a dedicated database
|
67 | 67 |
|
68 |
| -When you're with that, starting your project is a matter of minutes. :clock12: |
69 |
| - |
70 | 68 | ### Step 1: install
|
71 | 69 |
|
72 | 70 | ```bash
|
73 |
| -$ git clone https://github.com/konfer-be/typeplate.git path-to/your-project-name/ |
| 71 | +$ git clone https://github.com/steve-lebleu/typeplate.git path-to/your-project-name/ |
74 | 72 | ```
|
75 | 73 |
|
76 | 74 | ### Step 2: go to
|
|
0 commit comments