This project just handle back-end section of vibe project.
service major list for to bootstrap project:
for install service you should have this requirements.
- requirment
php : ^8.1
- Clone the repo
git clone https://github.com/iamammiin/vibe-project.git
- run docker build
cd vibe-project
- copy and create new env file
cp .env.example .env
- run docker build
docker-compose build
- go to in php container
docker-compose exec vibe_php bash
- run composer for install packages
composer install
- add database config and run this command
php artisan migrate
- JWT Configuration
php artisan jwt:secret
- generate swagger api document
php artisan l5-swagger:generate
- go to this url for see api document
/api/documentation
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Amin.M Mazreali - @iamammiin - [email protected]