Skip to content

Rails API with React front-end - Small Event Manager.

Notifications You must be signed in to change notification settings

redrambles/event-manager

Repository files navigation

Hiya! \(^O^)/

Here's how to get this up and running locally so you can play around:

  • Clone the repo git clone [email protected]:redrambles/event-manager.git
  • Cd into the directory cd event-manager
  • Install our stuffz npm install
  • Create the db rake db:migrate
  • Seed it with some pretty lame data rake db:seed
  • Run this thing: ./bin/dev

Visit http://localhost:3000 - you should see the app!

Based on this magnificent tutorial by James Hibbard

About

Rails API with React front-end - Small Event Manager.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published