version: 0.1.0
AFKBuilder's API provides a backend for the AFKBuilder frontend that allows users to sign up, publish comps, and search comps.
This project is powered by Strapi v4. See https://docs.strapi.io/developer-docs/latest/getting-started/introduction.html for more information about Strapi.
To compile, you must have NodeJS >=16.13.1 installed.
Recommended to use yarn package manager for this project.
- Clone a copy of the repository
cd /project/directory
git clone https://github.com/Dae314/afkbuilder_api.git
- Install the necessary packages
cd /project/directory/afkbuilder_api
yarn install
- Start up a development environment using yarn
yarn run dev
TBD
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Dae314 - Maintainer - Dae314
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- PurpleBooth - for the README.md and CONTRIBUTING.md templates