/server-django

Primary LanguagePythonMIT LicenseMIT

MoWA Django

This repository is Django, which implements the backend of MoWA.

Table of Contents

  1. Introduction
  2. Installation
  3. License
  4. Contact

Introdcution

MoWA Django is the main backend of MoWA. If Django is currently running on AWS EC2, the port is running on 8000. MoWA Swagger Link
Data from AWS RDS mysql can be accessed through MoWA Django, and the Django REST API requests and responds to Android data.
However, due to the expiration of AWS Prettyer in the future, we will be closing the server, so if you need more information, please contact us at the contact below.

The following shows the API of our MoWA.


img.png

image


Installation

Clone a project using Git:

git clone https://github.com/pjs990301/server-django.git

Create and activate virtual environments:

conda activate your_environments

Install the required dependencies:

pip install -r requirements.txt

Perform database migration:

python manage.py migrate

Run the development server:

python manage.py runserver

Open http://localhost:8000/ in a web browser.


License

Our repository worked on the MIT license. Please refer to the following Link for more information


Contact