Spaces:
Sleeping
Sleeping
# start nginx | |
service nginx start | |
# start the processes | |
python api.py & python app.py |
# start nginx | |
service nginx start | |
# start the processes | |
python api.py & python app.py |