I ultilize Express.js to create an API-version of my resume with post, get, put method. I used Mongodb Atlas to store my information and AWS EC2 to host the server.
This is a REST API that accesses a MongoDB instance hosted in an AWS EC2.
- MongoDB
- Mongoose
- Node.js
- Express.js
- Install curl
sudo apt install curl
- Verify you have curl installed
curl --version
- Access my resume/guide through your terminal
curl -k http://3.21.204.238:3000/
You can access my resume through
http://3.21.204.238:3000/
- Include authentication for post, put method
- Enable AWS Lambda to notify through mobile/email when someone post a message