In this project we built an Events application with a very simple sign up functionality. You can sign up with just your name and then create events, and confirm assistance to them.
- RUBY
- RUBY ON RAILS
- Rubocop as a linter
- Rspec for Integration Testing
- Bootstrap for UI
To get a local copy up and running follow these simple example steps.
You need the following software programs in order to get a local copy:
To run this program, you need to have Ruby and Ruby on Rails installed in your computer.
Clone this repository in your computer
$ git clone https://github.com/chubaquelo/Private-Events
Access the cloned folder by typing:
$ cd Private-Events
Run Bundle install, to install the gems dependencies.
$ bundle install
Run Yarn install, to install yarn (js) dependencies.
$ yarn install
Run npm install, to install dependencies.
$ npm install
Run the following command to migrate the database:
$ rails db:migrate
Run rails server from the cloned repository folder. Type:
$ rails server
Once the server is running, open your browser and navigate to http://localhost:3000
- You can view the project in your browser by running this command into your terminal
rails server
and then visitinglocalhost:3000
from your browser. - Try creating a new user, then creating a new event and confirming assistance on it.
👤 Ricardo Montenegro
- Github: @ricardomonte
- Twitter: @ramnkco
- LinkedIn: Ricardo Montenegro
👤 Sergio Obolevich
- Github: @chubaquelo
- Twitter: @sergioobolevich
- Linkedin: sergio-obolevich
Contributions, issues and feature requests are welcome! Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.