Add any quote from The Simpsons but beware of Mr. Burns, he's trying to remove Homer off the map. Why don't we remove him instead? Try the live app in here.
This project was built using HTML, EJS, Javascript, Node.js and Express.js. MongoDB was used to store the database, and Render was used to deploy the app.
- Create a simple CRUD app that uses the four basic methods (Create, Read, Update, Delete).
- Store information inside a NoSQL remote atabase.
- Deploy the app to a remote server.
- Manage your IP address permissions One of the main things I learned from building a CRUD app is that IP permissions are very important to be able to interact with the API. Modules like CORS and permissions inside of MongoDB for IP addresses were one of my main problems while trying to build the app, but applying and managing them is actually easy once you understand them.
- Create your own documentation for future projects. Connecting to the MongoDB database was a little complicated at first. Of course, once you figure it out, you don't really know why you had so much trouble to begin with. Building your own manuals and tutorials is very useful to understand, but also to have something to help you out when building a new application.
- Add styling.
- Allow Mr. Burns to attack other characters aside from Homer.