Skip to content

This API allows the management of mods, modspacks and more

License

Notifications You must be signed in to change notification settings

Minerger/MinergerApi

Repository files navigation

Warning The project is temporarily suspended, some services available below may be inaccessible

MinergerApi

This repository covers the minimum configurations for information retrieval for our website it uses Strapi.

Visit website demo


⚙️ Installation

First, clone the repo via git and install dependencies :

  • Clone repository (depth is the amount of commits you want to include. i.e. if you just want the latest commit use git clone --depth 1)
git clone --depth 1 https://github.com/Minerger/MinergerApi your-project-name
cd your-project-name
yarn install

Start the project

Start the app in the dev environment :

yarn dev

Start the app in the prod environment :

yarn start-prod

Requirements

Complete installation requirements can be found in the documentation under Installation Requirements.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Try live demo

See for yourself what's under the hood by getting access to a hosted Strapi project with sample data.

License

This project are released under the MIT License