A FastAPI application to download JAR files
Explore the docs »
View Demo
Report Bug
Request Feature
This is a simple project that lets you create Minecraft Server with ease. This API handles the serving of JARs and configuration files. It is being used for EasyMinecraftServer and you can use it in your own projects as long as you notify me of such usage.
To get a local copy up and running follow these simple example steps.
- Poetry (Linux)
curl -sSL https://install.python-poetry.org | python3 -
- Poetry (Windows)
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
-
Clone the repo
git clone https://github.com/EasyMinecraftServer/EasyMinecraftServerAPI.git
-
Activate Virtual Enviroment
Bash / Zsh / Csh
eval $(poetry env activate)
Fish
eval (poetry env activate)
-
Install dependencies
poetry install
-
Run the web server
fastapi run
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
All commits must follow the Conventional Commits specification and any version bumps must follow the SemVer specification
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'feat: Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the AGPLv3 License. See AGPLv3 License for more information.
Rüzgar Engür - @nucceteere.xyz - [email protected]
Project Link: GitHub