Deployed a Backend System
Deployed a Web App
Learnt JavaScript
+1

Completed sections in Angela Yu's Full Stack Web Development course on Udemy.


Section 28: Mongoose (Putting it all together)

Learned how to connect Mongoose to the ToDoList application.
  • Rendered database items in app UI.
  • Add items to database.
  • Delete items from database.
  • Categorize custom lists using Express Route Parameters.
  • Add items to custom lists
  • Utilized Lodash for custom list URL
  • Delete items from custom lists
Section 28: Deploying Your Web Application

Learned to deploy a database and web application in a way where the app can connect to the database using Heroku and MongoDB Atlas.
  • Set up MongoDB Atlas
  • Modified application to connect to MongoDB Atlas
  • Prepared app for Heroku Deployment
  • Pushed app to Heroku
You can see the completed project here: 

https://cryptic-crag-20818.herokuapp.com/

NOTE: Custom lists are created by inputting the list name into the URL. No buttons or UI text fields are created for this functionality as of this project. I'm noting this here for your use as well as a mental note to expand the capability of this project in the future!