MERN-Stack Web Application for Storing Notes
MongoDB is used as a document database with Mongoose used for object modeling (https://www.mongodb.com/ | https://mongoosejs.com/)
Backend is implemented using Node.js with the Express-Framework (https://nodejs.org/en/ | https://expressjs.com/de/)
Frontend is implemented using React.js (https://reactjs.org/)
Redux is used for state containing (https://redux.js.org/)
Bootstrap theme is provided by Bootswatch (https://bootswatch.com/superhero/)
Images are stored using the Cloudinary API (https://cloudinary.com/documentation)