# api-ciosp-angra

## Info

Laravel Version .......................................................................... 9.52.9

PHP Version ............................................................................... 8.2.7  

Composer Version .......................................................................... 2.4.2 

## Installation

Befora instalation, make sure you have created your db. Set  the db config in .env file.

### Clone repository

`git@github.com:CityConnectBr/api-ciosp-angra.git`

### Enter directory

*OBS.: If you are using container make this steps and the following ones inside the container*

`cd angra-ciosp-api`

### Configure .env with your environment configuration

`cp .env.example .env`

### Install dependencies

`composer install`

### Migrate the Databse

`php artisan migrate`



