Skip to content

Commit 11f8394

Browse files
authored
Added MongoDB Atlas version
1 parent 973c40f commit 11f8394

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ The API was hosted on an EC2 Tier while the MSSQL was hosted in an Azure DB Inst
1414
## 3. REST API with mLab
1515
The API was hosted on an EC2 Tier and connected to a MongoDB instance on mLab.com
1616

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+
1720
## The REST API app
1821
All 3 of the REST API apps are made in RestifyJS for the NodeJS Envinroment.
1922

@@ -30,4 +33,4 @@ On the EC2 Container, PM2 was used to keep the apps alive both in Production and
3033
3. Add instructions in each app to get started, and make AWS instances.
3134
4. Microservices
3235
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

Comments
 (0)