creating an android and ios application to automate the mundane tasks done at central Laundry system at NITK
- Clone the repo
git clone https://github.com/mananpoddar/Laundry-NITK
cd Laundry-NITK
-
To run Backend :
-
Create a virtualenv
virtualenv -p python3 venv
source venv/bin/activate
Install django, django-rest
Run the dev server
python manage.py runserver
- To run the Frontend :
install react-native and expo
run sudo npm start
use expo to launch the application on your android/iOS phone