Your digital assistant for meeting new people 👬🏼
My 3rd year final project for BSc Artificial Intelligence and Computer Science at the University of Birmingham.
- Install dependencies
cd server
python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt
- Start a job queue
rq worker
- Start a job scheduler
rqscheduler
- Start the server
python -m flask run
rq worker # Starts a job queue
- Install dependencies
cd app
yarn install
- Run on an Android device or emulator
yarn run android
- Run on an iOS device or emulator
yarn run ios
- Install dependencies
cd website
yarn install
- Start the website
yarn start