Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

406 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OJ-API

Ask DeepWiki

Introduction

OJ-API is a powerful and flexible API designed to handle various operations. This README will guide you through the process of building and running the OJ-API using Docker.

Prerequisites

  • Docker installed on your machine.

Building the Docker Image

To build the Docker image for OJ-API, navigate to the project directory and run the following command:

docker build -t ojapi . --no-cache

Running the Docker Container

Once the image is built, you can run the Docker container with the following command:

docker run --privileged -p 3001:3001 ojapi

This will start the OJ-API and map port 3001 of the container to port 3001 on your host machine.

Accessing the API

After running the container, the API will be accessible at http://localhost:3001.

Conclusion

You have successfully built and run the OJ-API using Docker. For more information, please refer to the project's documentation.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages