This repository is Django, which implements the backend of MoWA.
- Introduction
- Installation
- License
- Contact
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.
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.
Our repository worked on the MIT license. Please refer to the following Link for more information
- Pull Request
- [email protected]