Final Year Project which is a Honkai Star Rail database, and character optomizer, using node.js as a backend with a mongo.db database, and a react native frontend
- In the terminal, go to the backend folder of the project, then run the command
npm install - In the terminal, go to the backend folder of the project, then run the command
node ./server.js
- In the terminal, go to the frontend folder of the project, and run the command
npm install expo --save - In the terminal, go to the frontend folder of the project, and run the command
npx expo prebuild -- clean - In the terminal, go to the frontend folder of the project, and run the command
npx expo start
- Edit all instances of
http://10.202.134.121:3000, specifically the10.202.134.121, with the IPV4 that is shown by runningipconfigin the console- These are are in:
backend\server.jsfrontend\.envfrontend\contexts\ConfigContext.tsx
- These are are in:
- Try to use the expo application to on a mobile device to run the program by scannign the QR code
- If that does not work then you should download Android Studio, create a mobile emulator, run the emulator, and press
aon the console running the frontend of the application