Skip to content

PDochev/hackathonparty

Repository files navigation

SettleBuddy App

Welcome to SettleBuddy! An app that helps new immigrants settle in the UK.

Running backend

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

Running frontend

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published