Django Backend for Flutter Mobile App.
This Project uses Django for backend service and MySQL for database.
- Django
- mysqlclient
- pillow
- MySQL
- MySQL Workbench
- Download and Install Anaconda or any other python installation file
- Use Requirements.txt to install requirements
- Installing the Requirements
pip install -r requirements.txt
- How to run the program
python manage.py runserver
- How to run the program in LAN (Example using port 8000)
python manage.py runserver 0.0.0.0:8000
For Problems Check django log files.
ex. Iftekharul Alam
Inspiration, code snippets, etc.