Skip to content

Latest commit

 

History

History
105 lines (80 loc) · 2.74 KB

README.md

File metadata and controls

105 lines (80 loc) · 2.74 KB

Ajnabee 🦛


Meet people in a revolutionary way.


img img
img
img
img


To run this project :

Clone the project -

  $ git clone https://github.com/Hungry-Hippoos/Ajnabee.git
  • Start the server -

  $ 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
  • Run the mobile application -

 $ cd ../../Ajnabee/Ajnabee-mobile

To get the dependencies :

 $ flutter pub get

To run the mobile application :

 $ flutter run

If you want to clone the server or the mobile application individually -

  • Link to the server repository 🔗
  • Link to the mobile applicaiton repository 🔗

Features to be added :

  • Guide to help people start a conversation, keep a conversation alive, icebreakers.
  • Video calling, voice calling features to be added.

  • If you have any improvements create an issue and if you want you can also make a pull request for the same


This project was built under 24 hours