IMONEY
1.0.0
A personal financial control API developed with the Laravel framework in version 5.5.
Enter the following command:
git clone https://github.com/mateuschaves/api-financeira-pessoal.git
Enter the following command in the project folder to install all facilities:
composer install
Enter the database access credentials in the .env.example file
Rename to .env
Example of the change:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=nome-do-banco-de-dados
DB_USERNAME=user-name-do-banco-de-dados
DB_PASSWORD=senha-de-acesso
Made the changes, type the following command, to create all tables:
php artisan migrate
Enter the command in the project folder:
php artisan serve
Access the project at: https: // localhost: 8000/