Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donrestarone/gastro_sidekick
https://github.com/donrestarone/gastro_sidekick
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/donrestarone/gastro_sidekick
- Owner: donrestarone
- Created: 2024-05-11T14:56:34.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-16T15:42:32.000Z (8 months ago)
- Last Synced: 2024-10-16T04:11:41.975Z (3 months ago)
- Language: Ruby
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## Install
To setup the Rails application, ensure that Rails.new is installed. You can do so by visiting https://rails.newGet 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.