An open API service indexing awesome lists of open source software.

https://github.com/mxtheuz/mx-fivem-api

Five-M resource built with JavaScript which is a web-api server. It is used by the "mx-fivem-api-site" repository. And it is a player management system for your Cfx Server.
https://github.com/mxtheuz/mx-fivem-api

api fivem resource script

Last synced: 11 months ago
JSON representation

Five-M resource built with JavaScript which is a web-api server. It is used by the "mx-fivem-api-site" repository. And it is a player management system for your Cfx Server.

Awesome Lists containing this project

README

          

# API that Admin Tools uses...

API that the Admin Tools site (posted here on github under the name 'mx-fivem-api-site') uses to collect and update data.
Note that it does not have package.json, it will be necessary to install the libraries manually: @vrpjs/server, imgbb-uploader, mysql, axios, express, cors, body-parser.

# How to install

## First | Creating package.json

```
npm init -y
```

## Secondg | Installing all dependencies

```
npm install @vrpjs/server imgbb-uploader mysql axios express cors body-parser
```

## Third | Put the project at FiveM server

Second, you need to install the script and put at "resources" in your FiveM Server's base path.