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
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
-
...