- Visit
repl.it - Click on any of the 3 servers,
rhapp_facilities,rhapp_events, orrhapp_laundry - Add changes to document
- Click the
Stopbutton at the top - Click the
Runbutton at the top – a browser-like window should open with the default endpoint loaded - Test installation by pinging the endpoints with Postman (your repl.it window should show
200codes in the console)
- If you installed new packages, you don't need to worry about installation.
repl.itwill install all of them automatically before deploying it.- All servers need to have a valid URL (
0.0.0.0) and port number (8080) inapp.run(...)at the end:
if __name__ == "__main__":
app.run('0.0.0.0', port=8080)