Skip to content

Commit 205c422

Browse files
authored
Update README.md
1 parent 12b5b75 commit 205c422

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

API_MySQL_AWS/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@ At the conception of this sample project, the REST API app was kept alive using
99

1010
**3. Authentication:** JsonWebToken
1111

12-
1312
### For this latest version:
1413
1. I integrated JWT for API Authentication.
1514
2. Re-scaffold the routes and data files.
1615
3. I did not use async/await syntax, and instead, I kept Callbacks and Promise functions because I was being nostalgic of the old days. If you'd like to see me apply async/await used in REST API, take a look at the [API_MongoDB_Atlas](https://github.com/junerockwell/REST_NodeJS_API_Samples/tree/master/API_MongoDB_Atlas) folder. MongooseJS added the async/await features so it was a given.
1716
4. Added proper error handlings using `restify-errors`
1817

19-
**Alternatives to the `mysql` driver**
18+
### Alternatives to the `mysql` driver
2019
[Sequelize](https://github.com/sequelize/sequelize) is an ORM and a good alternative to `mysql` driver. In this project, I use only `mysql` which expects SQL Statements. However, with Sequelize, you don't make SQL Statements. It's beneficial to use Sequelize because it handles many SQL-DB like MSSQL Server, MariaDB and especially MySQL.
2120

2221
## Create the Database

0 commit comments

Comments
 (0)