Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Latest commit

 

History

History
46 lines (26 loc) · 732 Bytes

File metadata and controls

46 lines (26 loc) · 732 Bytes

Caution

This repository is deprecated and no longer maintained.Build Status

Events

Basic Rails API for creating, updating and deleting Events.

Install

I am using rvm, but its not required.

  bundle install

  rake db:create

  rake db:migrate

Approach

Please run guard when changing code.

press [enter] to run all tests.

The tests should be self documenting.

API

Add user

POST /users

Login

POST /authentications

Event list

GET /events

Create Event

POST /events

Update Event

PATCH /events/ID

Delete Event

DELETE /events/ID