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

https://github.com/dceluis/hotwire-test


https://github.com/dceluis/hotwire-test

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# README

# Install dependencies
```
bundle install
yarn install
```

# setup database
```
bin/rails db:create
bin/rails db:migrate
```

# run the server
```
bin/rails s
```

# To run specs:
```
bundle exec rspec
```

and then navigate to localhost:3000

UX peek:

![Peek 2022-09-03 20-32](https://user-images.githubusercontent.com/5464881/188293348-a525c544-b552-4316-9ca4-64e91059f6ad.gif)