Skip to content

RoR application to create events and invite users to your events, also with a commenting system.

Notifications You must be signed in to change notification settings

yaairfernando/JoinMe

Repository files navigation

Contributors Forks Stargazers Issues LinkedIn Hireable


Join me Application.

Ruby on Rails project that allows the user to create new events and invite people to their events.
Explore the docs »

View demo · Report bug · Request feature

Table of Contents

About The Project

Screenshot Image

Built With

The project was developed using the following technologies:

Required Installations

Prerequisites

This project runs on Ruby and Ruby on Rails

Installing

Install the following to get this project running in your machine:

  • Ruby
  • Ruby on Rails

After installation run ruby -v to make sure Ruby installed correctly. Example:

$ ruby -v
ruby 2.6.4p104 (2019-08-28 revision 67798) [x86_64-linux]

Also make sure that Rails is installed, but running rails -v. Example:

$ rails -v
Rails 6.0.2.1

Instructions

Follow these steps:

Clone the Repository

user@pc:~$ git clone https://github.com/YairFernando67/JoinMe

On the console go to the folder that was created

user@pc:~$ cd JoinMe
user@pc:~/JoinMe$ bundle install --without production

Then migrate the database:

user@pc:~/JoinMe$ rails db:migrate

Run this command if you encountered a problem running rails db:migrate

user@pc:~/JoinMe$ bundle exec rails db:migrate

To run the rspec tests run

user@pc:~/JoinMe$ rspec spec

Finally run the server

user@pc:~/JoinMe$ rails s

Open your browser on http://localhost:3000

Start webpack dev server by running this command in a new tab

user@pc:~/JoinMe$ bin/webpack-dev-server

LIVE VERSION: Join me

Contact

👤 Yair Fernando Facio

Screenshot Image

Project Link: https://github.com/YairFernando67/JoinMe

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

About

RoR application to create events and invite users to your events, also with a commenting system.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published