pip install superlinked-server
Create the Superlinked app folder
mkdir superlinked_app
. For a minimal working example, copy the app.py into your newly created superlinked_app
directory. For more advanced use cases, please read the next section below.Start the Superlinked server
python -m superlinked.server
command.SERVER_PORT
environment variable) and expose the API endpoints for use. You can verify the server is running by visiting http://localhost:8080/docs in your browser.