lightableMatch / AMF

0 stars 0 forks source link

AMF (Apex Map Finder)

AMF is a project designed to improve the quality of life for Apex Legends players. By utilizing data from the Apex Legends API, AMF provides features not directly included in the game. Its main purpose is to keep players informed on the different map rotations for each game mode. More features are to come so stay tuned!

Features

Setup

To run this project, install it locally: git clone https://github.com/StonelnFocus/AMF

You will also need to stand up a mySQL database, this can be using the docker-compose.yml file or some other way.

Environment Variables:

APEX_API_KEY = [Your own Apex Legends API key]*
MYSQL_DB_USERNAME = [Username for local mySQL database]**
MYSQL_DB_PASSWORD = [Password for local mySQL database]**

*See here to generate an API key: https://portal.apexlegendsapi.com/
**If using docker-compose, set username and password to what is in the file

Technologies

Frontend stack:

Backend stack:

Project Status

View the current website at: https://apex-map-finder.herokuapp.com
More features are continually being added, there is no set schedule for updates