File size: 673 Bytes
7aaaea8 ec29e1a 7aaaea8 ec29e1a 7aaaea8 ec29e1a 7aaaea8 ec29e1a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ---
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:
```bash
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.
|