PumpkinSoftware / TravelMate

A mobile application that connects students from 18 to 25 who want to go to an event in Italy
Apache License 2.0
5 stars 1 forks source link

Create structure of server and improve it #14

Closed Bo0tStr4p closed 5 years ago

Bo0tStr4p commented 5 years ago

We create main structure of server, we chose to use NodeJS for server side scripting to handle GETs and POSTs between client and server. We have to improve this structure especially for important error handling(we have just handle basic errors...). For further information see directory "node" in the project(TravelMate -> Server -> main_server).