Skip to content

This project will be a todo site for users to keep track of whatever they please. Using a Rails API with a React frontend.

Notifications You must be signed in to change notification settings

Higgins723/To-Do-Rails-React-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO Rails API With React Frontend

  • Requirements:

    • Rails 5.0.2
    • ruby 2.3.3
    • psql (PostgreSQL) 9.4.11
  • To start run: rails new todo-api --api --database=postgresql -T

    • todo-api is the project name and --api to let Rails know it is an API application
    • -T will exclude Minitest so that we can use RSpec instead
  • For Dependencies check inside the Gemfile

    • Don't forget to run bundle install after adding dependencies

About

This project will be a todo site for users to keep track of whatever they please. Using a Rails API with a React frontend.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published