Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/donrestarone/gastro_sidekick


https://github.com/donrestarone/gastro_sidekick

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# README

Screen Shot 2024-05-11 at 12 36 59 PM

Screen Shot 2024-05-11 at 12 37 30 PM

Screen Shot 2024-05-11 at 12 52 00 PM

## Install
To setup the Rails application, ensure that Rails.new is installed. You can do so by visiting https://rails.new

Get Ollama here: https://ollama.com

Install PgVector: https://github.com/pgvector/pgvector
``` bash
brew install pgvector
```
Precompile assets

``` bash
rake assets:precompile
```

Start the server

``` bash
rails s
```

With the above installed, you're ready to take the app for spin locally.