The link for the Ajnabee repository link 🔗
The link to the repo of our mobile application link 🔗
-Snapshots of the project :
Clone the project -
$ git clone https://github.com/Hungry-Hippoos/Ajnabee-server.git
Go to the project -
$ cd 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