Skip to content

Latest commit

 

History

History
75 lines (49 loc) · 1.34 KB

README.md

File metadata and controls

75 lines (49 loc) · 1.34 KB

myHome App Backend

Django Backend for Flutter Mobile App.

Description

This Project uses Django for backend service and MySQL for database.

Getting Started

Dependencies

  • Django
  • mysqlclient
  • pillow

Database

  • MySQL

For Database Mangement

  • MySQL Workbench

Installing

  • Download and Install Anaconda or any other python installation file
  • Use Requirements.txt to install requirements

Executing program

  • 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

Help

For Problems Check django log files.

Authors

ex. Iftekharul Alam

Acknowledgments

Inspiration, code snippets, etc.