We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c1677 commit c2ea173Copy full SHA for c2ea173
API_MySQL_AWS/README.md
@@ -3,11 +3,11 @@
3
At the conception of this sample project, the REST API app was kept alive using PM2 on an AWS EC2. The MySQL was an instance created in AWS RDS.
4
5
## Tech Highlights
6
-**MySQL Driver:** The node module [`mysql`](https://github.com/mysqljs/mysql#readme)
+**1. MySQL Driver:** The node module [`mysql`](https://github.com/mysqljs/mysql#readme)
7
8
-**REST Framework:** Restify
+**2. REST Framework:** Restify
9
10
-**Authentication:** JsonWebToken
+**3. Authentication:** JsonWebToken
11
12
13
**For this latest version:**
0 commit comments