MongoDB Crash Course 2022 < TODO: Add Video Link
- Start an aws account, and start up an EC2 instance. Guide here
- Add HTTP, HTTPS, SSH to your inbound rules (allow 0.0.0.0/0 to access ports 80, 443, 22) in your ec2 instance's security group. Guide here
- Connect to your ec2 instance with ssh with a command like this:
ssh -i <path to ssh key given to you from aws> ubuntu@<public ip address of your server>
(based on the guide here):
Create the backend for a bootcamp directory website. The frontend/UI will be created by another team (future course). The html/css template has been created and can be used as a reference for functionality. All of the functionality below needs to be fully implmented in this project.
- List all bootcamps in the database
- Pagination
- Select specific fields in result
- Limit number of results
- Filter by fields