This web app is designed specifically for Old School Runescape (OSRS). The biggest problem with raiding and bosses in OSRS is finding a team. With the OSRS raids finder you can create a party, visible to anyone else logged into the app, or join a party that was made by someone else. Once you join the party there will be a clan chat listed for everyone to join. The main goal of the app is to allow anyone to quickly find a team for raids or bossing.
The web app is being developed using the MERN (MongoDB, ExpressJs, ReactJs, NodeJs) stack.
You must have Nodejs installed. You can download it here.
-
Clone the repository.
-
run
npm install
in the root directory of the project and runnpm install
in the/client
directory to install all dependancies. -
You will need the .env file for connecting to Mongodb and the Json webtoken secret. Once you have the .env file place the file in your root directory of the project.
-
Run
npm run dev
in the root directory of the project to concurrently run the backend and front end.