A simple Rails/React CRUD App to save new articles, and view, edit or delete existing ones.
- Ruby on Rails (v5.1)
- React.JS
- MySQL
- Install necessary dependencies by running the command:
$ bundle
- Repo includes seed data and migrations needed to set up the database:
rake db:create
rake db:migrate
rake db:seed
- Start the server by running the command:
$ rails s