Skip to content
Snippets Groups Projects
Commit c490a5b9 authored by Franz Raumschüssel's avatar Franz Raumschüssel
Browse files

Update README.md

parent 5be3ce4d
No related branches found
No related tags found
No related merge requests found
......@@ -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.
![](Img/responsive.PNG)
- **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.
![](Img/Unbenannt.PNG)
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.
![](Img/Unbenannt2.PNG)
- **Register & Login:**
## 4) Configuration and Installation of the project and how to start and use it
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment