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
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,9 @@ The API was hosted on an EC2 Tier while the MSSQL was hosted in an Azure DB Inst
14
14
## 3. REST API with mLab
15
15
The API was hosted on an EC2 Tier and connected to a MongoDB instance on mLab.com
16
16
17
+
## 4. REST API with MongoDB Atlas
18
+
This version replaces the `mLab` version because `mLab` is now obsolete. I transferred to MongoDB Atlas as my new playground for MongoDB DBaaS. The updates for this project will reflect the the other versions with MySQL and MSSQL.
19
+
17
20
## The REST API app
18
21
All 3 of the REST API apps are made in RestifyJS for the NodeJS Envinroment.
19
22
@@ -30,4 +33,4 @@ On the EC2 Container, PM2 was used to keep the apps alive both in Production and
30
33
3. Add instructions in each app to get started, and make AWS instances.
31
34
4. Microservices
32
35
5. DevOps
33
-
6. JSON Web Token (do I really have to show this, hahah?)
36
+
6. JSON Web Token - Added to the REST API with MongoDB Atlas. Will integrate with the other versions soon.
0 commit comments