Skip to content

csalvo/article-manager

Repository files navigation

Article Manager

A simple Rails/React CRUD App to save new articles, and view, edit or delete existing ones.

What it's Built With:

  1. Ruby on Rails (v5.1)
  2. React.JS
  3. MySQL

How to use

  1. Install necessary dependencies by running the command:
$ bundle
  1. Repo includes seed data and migrations needed to set up the database:
rake db:create
rake db:migrate
rake db:seed
  1. Start the server by running the command:
$ rails s

About

View articles that have been saved. Add new ones, edit or delete existing ones.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published