Skip to content

worldofprasanna/eventz-api

Repository files navigation

app

standard-readme compliant

Backend for Event Manager app

Table of Contents

Install

  1. Install ruby, rails
  2. To install dependencies,
bundle install
  1. To setup the database,
bundle exec rails db:setup
  1. To run the database migrations,
bundle exec rails db:migrate
  1. To populate the dummy data from data/ folder
bundle exec rails data:populate_all
or
type=PromoCode bundle exec rails data:populate
  1. After populating the data run the command in rails console,
Conference.all.each {|c| c.set_slug }

this will set slug for all the conferences.

Usage

  1. Start the server
bundle exec rails s

Maintainers

@worldofprasanna @intrepidkarthi

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2020 Prasanna, Karthikeyan

About

API Server for the Event Management app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published