Last updated:
0 purchases
Meetup Event Planner is a cutting-edge web application for organizing and managing meetup events. It combines the power of modern technologies such as Ruby on Rails, GraphQL, and React to deliver a seamless user experience. This application serves as a practical example of how to integrate these technologies to build interactive, scalable, and accessible applications.
It features a robust authentication system, dynamic forms for interactivity, and follows UX best practices to create a user-friendly interface. The application also leverages Apollo Client for state management and Webpack for efficient bundling and optimizations.
Installation and Setup
Step 1: Install Prerequisites
bash
Copy code
rvm use ruby-2.3.1@rails5.0 --create
Step 2: Set Up the API
bash
Copy code
bundle install
bash
Copy code
rake db:setup
bash
Copy code
rails s
Step 3: Set Up the Client
client
directory:
bash
Copy code
cd client
bash
Copy code
npm run setup
bash
Copy code
npm run start
Step 4: Run the Application
Optional: For Production
bash
Copy code
npm run serve:bundle
Testing
bash
Copy code
npm run test
Built With
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.