According to Office of National Statistics, the number of migrants in the UK has reached a record level. 500,000 people move to the UK from overseas while 2,500,000 people move domestically within the UK. Although London is the principal destination, studies show that it is also the city where people feel less satisfied about their well-being. CityMatch emerges to help people find a city to live, using both reliable open data and personality questionnaires.
Discover the city you want to live in.
Run app:
- Clone the repository
- Access the folder in terminal and rup
npm i
(this will install all the node packagies in package.json) - run
node index.js
- open the browser - localhost:3000
Project structure: index.js is the main file. All other controllers are imported here. controllers/users.js - all the routes related to user (user profile, registration, auth, etc.) will be implemented here views - all HTML files will be placed here.