@@ -74,6 +74,10 @@ There is also a simple chat functionality in our app, based on socket.io.
-**Responsive Design:**
Not everything is perfect regarding responsivness yet. There are several pages (i.e. navigation) which doesn't look good on a mobile device. But we tried our best - for example we have two different menus depending on the screen size: a "hamburger menu" for the mobile device and as you see in the pictures above the normal navigation bar for PCs.

-**Backend Chat:**
-**Database & POSTMAN:**
MongoDB is an object-oriented, simple, dynamic, and scalable NoSQL database. It is based on the NoSQL document store model. The data objects are stored as separate documents inside a collection — instead of storing the data into the columns and rows of a traditional relational database.