Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Latest commit

 

History

History
76 lines (46 loc) · 1.78 KB

README_ENG.md

File metadata and controls

76 lines (46 loc) · 1.78 KB

To support the project

Türkçe

Communications:


To Contribute:


Technologies and Systems Used In This Project


To Begin

1. Install the required environment: You need to install the necessary tools such as Laravel, PHP and database (e.g. MySQL).

2. Clone the project: You need to clone the Laravel project repositories on GitHub.

git clone https://github.com/acikkaynak/deprem-yardimi.git

3. Install dependencies: Use the following command to install the dependencies required for the installation of the project:

composer install

4. Make configuration settings: You can make the configuration settings required for the Laravel project via the .env file. Define important information such as database, email and API keys here.

5. Generate key: Use the following command to generate the security key for the Laravel project:

php artisan key:generate

6. Configure the database: Use the following command to configure the database for the Laravel project:

php artisan migrate

7. Start the server: Use the following command to start the Laravel project:

php artisan serve

You can open http://127.0.0.1:8000 in your browser and see the result...

To run with Docker

make up

You can open http://127.0.0.1:8000 in your browser and see the result...


API Usage:

The keys needed by the teams entering data are sent to the team leads by us.