Skip to content

Simple Rails API to be an example to students taking their React + Redux project.

Notifications You must be signed in to change notification settings

WanderingObserver/todo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo Rails API

Quick Setup

P.S. Some quick copy paste commands on the bottom. Will update this README.md in time. Thank You for your patience!

git clone https://github.com/SeeYouSpaceCowboy/todo-api.git
cd todo-api
bundle install
rake db:create
rake db:migrate
rake db:seed
rails s

The frontend to this project is here

Work-in-Progress

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

About

Simple Rails API to be an example to students taking their React + Redux project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published