Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/santiagorodriguezbermudez/private-events

A Rails App to plan events between users.
https://github.com/santiagorodriguezbermudez/private-events

Last synced: about 6 hours ago
JSON representation

A Rails App to plan events between users.

Awesome Lists containing this project

README

        

# Event App -> Building user session using Rails

Create a Ruby on Rails App to learn how to manage user sessions with Devise gem for Ruby on Rails and associations between models as part of the Microverse learning Curriculum.

## Getting Started
- Fork the repository and create a local one on your computer
- Move to the repository inside the command line using `cd` and the path to the file
- Run `bundle install` and `rails db:migrate`
- Run `rails server` (in case you already have something running on port 3000 run `rails server -p 3001` where the number can be any port you want.)
- inside your browser go to http://localhost:3000/, changing the port number in case you chose a custom one.
- explore the application.

## Instructions
- create an account by clicking sign in and filling in the form
- use the navigation bar on top to create an event, see all events, check out your profile or go back to the home page.

## Built With
- Ruby on Rails version 5.2.4.3

## Authors
👤 Michael Threels
- Github: [@githubhandle](https://github.com/mikethreels)
- Twitter: [@twitterhandle](https://twitter.com/MichaelThreels)
- LinkedIn :[@linkedinhandle](https://www.linkedin.com/in/michael-threels-24101991)

👤 Santiago Rodriguez
- Github: [@srba87](https://github.com/santiagorodriguezbermudez)
- Twitter: [@srba87](https://twitter.com/srba87)
- Linkedin: [srba87](https://linkedin.com/in/srba87)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the [issues page](issues/).

## Show your support

Give a ⭐️ if you like this project!