metadata
title: Oasis - api server
emoji: π
colorFrom: pink
colorTo: pink
sdk: docker
pinned: false
short_description: A api server for the Oasis project
Oasis - api server
This is the api server for the Oasis project, which provides a user interface for interacting with the Oasis platform.
Getting Started
To get started with the Oasis api server, you can run it using Docker. The following command will build and run the Docker container:
docker build -t oasis-api .
docker run -p 7860:7860 oasis-api
This will expose the api server on port 7860. You can then access the api interface by navigating to http://localhost:7860 in your api browser.