Skip to content

A Rails application which enables users to manage their meetups, meeting, events and related stuff

Notifications You must be signed in to change notification settings

dev-amirson/Meetup

Repository files navigation

Local Development Setup

Technology stack

  • Ruby 3.0.6
  • Ruby on Rails 7.0
  • Application Server: Puma
  • Component Library from Tailwind + Flowbite Flowbite Documentation

Requirements

Before you get started, the following needs to be installed:

  • Ruby. Version 3.0.6 is currently used and we don't guarantee everything works with other versions. If you need multiple versions of Ruby, RVM or rbenv is recommended.
  • Bundler: gem install bundler
  • A database. PostgreSQL

Setting up the development environment

  1. Install the required gems by running the following command in the project root directory:

    bundle install
  2. Create and populate database with seeds using:

    rails db:create db:migrate db:seed
  3. Run server:

    ./bin/dev

Unit Test cases

  1. Run RSpec test cases:

    bundle exec rspec

Congratulations! Meetup App should now be up and running for development purposes on http://localhost:3000/.

About

A Rails application which enables users to manage their meetups, meeting, events and related stuff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published