@@ -75,12 +75,19 @@ There is also a simple chat functionality in our app, based on socket.io.
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.

-**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.

Postman is a popular API client that makes it easy for developers to create, share, test and document APIs. This is done by allowing users to create and save simple and complex HTTP/s requests, as well as read their responses. The result - more efficient and less tedious work.
As you can see in the picture below, user is created, who is safed in the mongodb database.

-**Register & Login:**
## 4) Configuration and Installation of the project and how to start and use it