Skip to content

3DayStartup/threesixtyds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

360DS API

Getting Started

Set up your local db

install postgresql

brew install postgresql

start postgres

pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start

install gems

bundle install

create your local db

rake db:create
rake db:migrate

you can open a db console w/

rails dbconsole

start the server

foreman start

Other useful stuff

In development mode you can view routes (thanks to sextant) by visiting

http://localhost:5000/rails/routes

TODOs

  • Add basic auth for api protection
  • Add specs for API endpoints
  • Add devise :auth_token for persistant user auth

About

Rails API for 360DS App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •