-
Link to the YouTube video is : https://youtu.be/Pe04W-8gwPc .
Clone the project -
$ git clone https://github.com/Hungry-Hippoos/Ajnabee.git
$ cd Ajnabee/Ajnabee-server
Install all the reqirements -
$ pip install -r requirements.txt
Run the following commands -
for linux/mac :
$ python manage.py migrate
$ python manage.py makemigrations
for windows :
$ py manage.py migrate
$ py manage.py makemigrations
Start the project -
for linux/mac :
$ python manage.py runserver
for windows :
$ py manage.py runserver
$ cd ../../Ajnabee/Ajnabee-mobile
To get the dependencies :
$ flutter pub get
To run the mobile application :
$ flutter run
- Guide to help people start a conversation, keep a conversation alive, icebreakers.
- Video calling, voice calling features to be added.