- Open the terminal. Move to the directory “src” in the ToneScan Directory. The path in the terminal must be as shown below:
Microsoft Windows [Version 10.0.19042.985] (c) Microsoft Corporation. All rights reserved. (venv) C:\Project Destination\ToneScan\src>
-
Run the following command to deploy API: (venv) C:\Project Destination\ToneScan\src>python manage.py runserver
-
After the Server is running, take note of the Address endpoint in the success message: Performing system checks... System check identified no issues (0 silenced). May 22, 2021 - 22:06:37 Django version 3.2.2, using settings 'src.settings' Starting development server at http://127.0.0.1:8000/ Quit the server with CTRL-BREAK.