Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 989 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 989 Bytes

Erasmus_RoomFinder

Erasmus room finder with react and node.

Pwa application that allows you to search for rooms for erasmus students.

It allows you to filter by city between madrid, barcelona or london. Sort by ascending or descending price and search between different types, such as apartments or rooms

You can view the places on the map and clicking on the markers places you on the corresponding card

To run the client, inside the client folder:

1.npm install <--- only first time 2.npm start.

To run the server, inside the server folder: 1.npm install <--- only first time 2.node index.js or nodemon index.js


*The server is required to act as a proxy and bypass cors restrictions. Allows you to build an api with third party urls.

This example uses mocha to test node as Server and joke to test react as client.


Full responsive design with sass