Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhdez221993/private-events
https://github.com/mhdez221993/private-events
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mhdez221993/private-events
- Owner: Mhdez221993
- Created: 2021-06-11T13:21:00.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2021-06-16T17:29:13.000Z (over 3 years ago)
- Last Synced: 2024-10-03T12:34:54.968Z (about 2 months ago)
- Language: Ruby
- Size: 28.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Microverse Members Only Project
> This project is a site that allows users to create events and then manage user signups. Users can create events and attend other events (the ones they didn't create). The root page displays all events in two categories: past and future. The events show page displays events details and guest-list. Users show page displays the list of events they created and the list of events they attending (past and upcoming).
## Built With
- Ruby
- Rails
- SQLite3
- Node.js
- Yarn### Gems needed
- Rails Rspec
- Devise## Getting Started
### To get a local copy run the following steps:- [Copy this link](https://github.com/Mhdez221993/private-events.git)
- Open your terminal or command line
- Run `git clone` and Paste the link
- Open the folder with your code editor
- Run `bundle install` to install all dependecies
- Run `yarn install` to install yarn
- Run `rails webpacker:install`
- Run `rails db:migrate` to create the database tables
- Run `rails server` to open the local server
- You can folow the nav links or use the follow paths:
- Use this [link](http://localhost:3000/users/sign_up) to create a new user account
- Use this [link](http://localhost:3000/posts) to check the posts
- Use this [link](http://localhost:3000/posts/new) to create a new post### Rspec
To run the tests, run `rspec` command in root folder.## Authors
👤 **Moises Hernandez Coronado**- GitHub: [@Mhdez221993](https://github.com/Mhdez221993)
- Twitter: [@MoisesH42060050](https://twitter.com/MoisesH42060050)
- LinkedIn: [Moises Hernandez Coronado](https://www.linkedin.com/in/moises-hernandez-coronado/)👤 **Ivana Novaković-Leković**
- GitHub: [@githubhandle](https://github.com/1v4n4)
- Twitter: [@twitterhandle](https://twitter.com/codeIv1)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/1v4n4/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Mhdez221993/private-events/issues).
## Show your support
Give a ⭐️ if you like this project!