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.
- Host: GitHub
- URL: https://github.com/mxtheuz/mx-fivem-api
- Owner: mxtheuz
- License: mit
- Created: 2023-07-30T21:13:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-01T01:28:45.000Z (over 2 years ago)
- Last Synced: 2025-01-21T09:07:56.770Z (about 1 year ago)
- Topics: api, fivem, resource, script
- Language: JavaScript
- Homepage: https://mxtheuz.com.br
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.