Skip to content

Latest commit

 

History

History
executable file
·
176 lines (125 loc) · 4.92 KB

README.md

File metadata and controls

executable file
·
176 lines (125 loc) · 4.92 KB

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!