-
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
- 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
Packages 0
No packages published