My first ever CRUD application. This application was built primarily to better my understanding of server-side rendering and interfacing with a non-relational database.
JavaScript
Add a MongoDB URI as the value for DB_URI env variable
Add a PORT env variable or it defaults to 3000
npm install
npm start