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

https://github.com/johnpitchko/sentence-tagging

Tag sentences; coding test for Propelor
https://github.com/johnpitchko/sentence-tagging

rails ruby

Last synced: 2 months ago
JSON representation

Tag sentences; coding test for Propelor

Awesome Lists containing this project

README

          

# Sentence Tagging

My coding test from the Propelor job interview.

## Setup

Straight-forward Rails setup. Note the `db/seeds.rb` file has some test data, so recommend seeding the database.

_Coded with ruby version 3.0.2._

After cloning repo:

```
bundle
yarn
rails db:setup
```

## Testing

```
rspec
```

## Launching

```
rails s
```

Copyright 2021 John Pitchko