Skip to content

Commit e053f77

Browse files
committed
ollama ai model
1 parent a8a53d3 commit e053f77

File tree

56 files changed

+234
-3137
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+234
-3137
lines changed

README.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
1-
# Properties API
1+
# AI Model API
22

33
<a href="https://github.com/robuedi/properties-api/actions"><img src="https://github.com/robuedi/properties-api/actions/workflows/tests.yml/badge.svg" alt="Build Status"></a>
44
<a href="https://github.com/robuedi/properties-api/actions"><img src="https://github.com/robuedi/properties-api/actions/workflows/lint.yml/badge.svg" alt="Lint"></a>
55

66

7-
This project is the backend API for a properties renting app
7+
This project is the backend API for interacting locally with a text AI model, in this case ollama
88

99
## Setup
1010

1111
1. Clone repo + composer install vendors
1212
2. Install Laravel Sail + in terminal in repo base `sail up -d`
13-
3. Prepare the DB with: `sail artisan migrate:fresh` + ` sail artisan db:seed` and fake data for demo with `sail artisan db:seed --class=FakerSeeder`
13+
3. Prepare the DB with: `sail artisan migrate`
1414

1515
## API Endpoints Docs
1616

1717
Your local API Docs URL [here](http://localhost/docs/api#/)
18-
![Properties API](/readme/docs.png)
19-
20-
## Test cases
21-
22-
![Properties API](/readme/tests.png)
18+
![AI Model API](/readme/docs.png)
2319

2420
## License
2521

app/Enums/PropertyStatus.php

-13
This file was deleted.

app/Enums/Traits/EnumToArray.php

-21
This file was deleted.

app/Http/Controllers/Api/v1/CityController.php

-110
This file was deleted.

app/Http/Controllers/Api/v1/CountryController.php

-109
This file was deleted.

0 commit comments

Comments
 (0)