-
Requirements:
- Rails 5.0.2
- ruby 2.3.3
- psql (PostgreSQL) 9.4.11
-
To start run:
rails new todo-api --api --database=postgresql -Ttodo-apiis the project name and--apito let Rails know it is an API application-Twill exclude Minitest so that we can use RSpec instead
-
For Dependencies check inside the
Gemfile- Don't forget to run
bundle installafter adding dependencies
- Don't forget to run
-
Notifications
You must be signed in to change notification settings - Fork 0
Higgins723/To-Do-Rails-React-App
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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