Skip to content

metkm/osu-mutual-finder

Repository files navigation

Be sure to add countries to check from settings. You can double click to country name to add it.

It doesn't store your passwords in any way. If you are still can't trust it what you can do is since it's already open source you can read the code and build the app yourself.

Some screenshots!

mutuals settings

Running the project for development

If you are looking for releases to just use the program go to releases https://github.com/metkm/osu-mutual-finder/releases

For the app

.env.development

VITE_API_BASE_URL=http://localhost:3001
npm run tauri dev

For the server

database setup https://diesel.rs/guides/getting-started

.env.development

DATABASE_URL=postgres://user:password@localhost:5432/mutualfinder
CLIENT_ID=123
CLIENT_SECRET=123
AUTH_REDIRECT_URI=http://localhost:3001/api/authorize
REDIRECT_URI=http://localhost:3001