Welcome to SettleBuddy! An app that helps new immigrants settle in the UK.
Before running the frontend you will need to start up a local server to fetch data from the backend.
To do that, cd into the backend directory where you will install dependencies:
npm install
Then compile the code:
npx tsc
And start up the server:
node dist/app.js
After starting up the server, you can launch the frontend. In the root directory, first install dependencies:
npm install
Then run the project:
npm run dev
In your browser, navigate to http://localhost:5173 to access the app.