Thanks to visit codestin.com
Credit goes to github.com

Skip to content

barbarNik/todo-be

Repository files navigation

TODO-BE

Installation

Test text

  1. clone the repo
  2. download and install virtualbox
  3. download and install vagrant
  4. from projects root directory run vagrant up
  5. Important make yourself a cup of coffee ;)
  6. run vagrant ssh
    • if vagrant will require password - use config.ssh.password from Vagrantfile
    • This is due to the bug, so blame Ubuntu developers :)
  7. project root is mapped to /vagrant inside the box
    • From this folder you can use rails commands as usually e.g. rails s
    • All resources are up and running and preconfigured

Resources

Routes

   Prefix Verb   URI Pattern              Controller#Action
    items GET    /api/items(.:format)     items#index
          POST   /api/items(.:format)     items#create
     item GET    /api/items/:id(.:format) items#show
          PUT    /api/items/:id(.:format) items#update
          DELETE /api/items/:id(.:format) items#destroy
    login POST   /api/login(.:format)     authentication#authenticate

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors