Skip to content

IftekharulAlam/myhomeAppBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages