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
- Host: GitHub
- URL: https://github.com/johnpitchko/sentence-tagging
- Owner: johnpitchko
- License: mit
- Created: 2021-12-10T13:58:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T14:27:04.000Z (over 3 years ago)
- Last Synced: 2025-01-21T01:11:16.438Z (over 1 year ago)
- Topics: rails, ruby
- Language: Ruby
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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