Giter Club home page Giter Club logo

private_events_app's Introduction

#Private events

In this project, A user can create events, and can also attend many events. An event can be attended by many users.

Start-ups

  • Used Ruby to implement a private events clone webpage;
  • Used HTML and SASS;
  • Set up a code linter in the repository;
  • Used gitflow;
  • Created an effective Ruby code that solved the problem;
  • Applied Ruby coding best practices;
  • Implemented basic OOP principles;
  • Have an organized project structure;
  • Used common Ruby patterns;
  • Chose a simple solution over a more complex one;
  • Used RSpec with Capybara to test the models and requests.

Built With

  • Ruby
  • Ruby on Rails
  • VSCode
  • Linters
  • HTML
  • SASS
  • RSpec

Setup

  • Clone the project to your local machine;
  • cd into the project directory;
  • Run bundle install to install the necessary gems;
  • Run rails db:migrate to create your database columns;
  • Run rails s to start a server in your computer;
  • In your browser address, type the following URL: localhost:3000;
  • Enjoy the App and its functionalities!

Testing

  • Run rspec spec/models/'testname'_spec.rb to run each model test;
  • Run rspec spec/requests/'testname'_spec.rb to run each request test.

Obs.: Substitute 'testname' for the name you want to test.

Install

  • Install VSCode or any code editor you like
  • Install Node JS and nmp(most recents versions)
  • Run this command on your terminal in order to install stylelint: npm install stylelint stylelint-config-recommended --save-dev

Authors

๐Ÿ‘ค Author1 Aremu Lucky

๐Ÿ‘ค Author2 Murilo Roque Paiva da Silva

๐Ÿค Contributing

Contributions, issues and feature requests are welcome! Start by:

Forking the project. Cloning the project to your local machine. cd into the project directory. Run git checkout -b your-branch-name. Make your contributions. Push your branch up to your forked repository. Open a Pull Request with a detailed description to the development branch of the original project for a review.

Show your support

Give a โญ๏ธ if you like this project!

Acknowledgments

๐Ÿ“ License

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.