Skip to content
/ MyClub Public

A Rails application with Facebook authentication, password encryption via BCrypt, and the ability to create clubs and meetings which other users can join.

Notifications You must be signed in to change notification settings

aburk3/MyClub

Repository files navigation

A Rails application with Facebook authentication, password encryption via BCrypt, and the ability to create clubs and meetings which other users can join.

My Demo

👉 Watch it here.
OR read my blog post I wrote about this project here.


Login with Facebook to use a profile picture you already have!

screen shot 2019-03-05 at 7 57 18 pm

Create Clubs and meetings within those clubs. The creator of a club is made the admin of the club and can delete it if desired!

screen shot 2019-03-05 at 8 04 46 pm


Installation

  1. Run bundle install to install the required gems
  2. Run rake db:migrate to create the development.sqlite3 and schema.rb files
  3. Type rails s in terminal while in the root directory to begin running the server

Windows

Working on it! 😝

For developers

Clone the source locally:

$ git clone https://github.com/aburk3/MyClub/
$ cd MyClub

Install project dependencies:

$ bundle install

Start the app:

$ rails s

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/aburk3/MyClub.

License

The application is available as open source under the terms of the MIT License.

About

A Rails application with Facebook authentication, password encryption via BCrypt, and the ability to create clubs and meetings which other users can join.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published