JSONFaker is a free fake REST API for testing and prototyping.
- PHP ^8.0
- Lumen ^8.0
- git clone
- composer install
- copy
.env.example
to.env
- set
APP_KEY
execute command :
php artisan key:generate
- set
JWT_SECRET
execute command :
php artisan jwt:secret
- set ownership of the file run.sh and apidocs.sh
sudo chmod 777 ./run.sh ./apidocs.sh
./run.sh
./apidocs.sh
We invite you to contribute to the development of this project and become part of our amazing community.
You can contribute to this project by doing the following:
- Submitting pull requests to fix bugs or enhance functionality.
- Providing suggestions, feedback, or bug reports through project issues.
- Helping to resolve existing issues or working on outstanding tasks.
We appreciate every contribution you make. To get started with contributing, please follow these guidelines:
- Fork this repository and clone it to your local machine.
- Create a new branch for each feature, fix, or change you want to make.
- Make the necessary changes to the source code.
- Commit and push your changes to your new branch.
- Submit a pull request from your branch to the main branch of this repository.
Please make sure to clearly explain the changes you made and why they are needed. We will carefully review each pull request and provide feedback as soon as possible.