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

https://github.com/vigetlabs/soli

Soli is an app for solo explorers to create and share Guides with each other. Made with ❤️ by the Viget Interns of Summer 2023.
https://github.com/vigetlabs/soli

erb html javascript ruby ruby-on-rails tailwindcss

Last synced: 2 months ago
JSON representation

Soli is an app for solo explorers to create and share Guides with each other. Made with ❤️ by the Viget Interns of Summer 2023.

Awesome Lists containing this project

README

          

![soli-intro](https://github.com/vigetlabs/soli/assets/78001945/0a5f0ddb-baba-41a5-9a54-3bb4502e98cf)

# Soli

Soli is a web app that allows solo travelers to create and share solo-friendly itineraries, called Guides, with each other. These Guides encourage travelers to go out an explore different cities by following curated itineraries made by travelers like themselves.

## Development

Soli is a Rails app built using [Vite Ruby](https://vite-ruby.netlify.app/) and deployed using [Fly](https://fly.io/). We use a [PostgreSQL](https://www.postgresql.org/) database, along with [TailwindCSS](https://tailwindcss.com/) for styling and [Stimulus](https://stimulus.hotwired.dev/) as our JavaScript framework.

## Running the project locally

From the root directory of the project, run the following commands:

```
bundle install
yarn
rails db:setup
./bin/dev
```

Follow the prompt in the terminal to open a localhost page in your browser.

## Further Reading

For more information about our research and design processes, check out the materials on our [Linktree](https://linktr.ee/soli2023).