- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
** Workshop rails app is a platform that allows users to purchase and request partial or total refund for the purchase through Stripe. **
- Stripe integration for purchases and partial or complete refund
- Separates past events from future events
- Has admin dashboard with permissions settings
To get the content of this project locally you need to run the following commands in your terminal:
and follow these steps.
- IDE(code editor) like: Vscode, Sublime, etc.
- Git
Clone this repository to your desired folder:
- Download the Zip file or clone the repo with:
bash git clone git@github.com:gjuliao/workshop.git
- To access cloned directory run:
bash cd workshop
- Open it with the live server
To install linters and other project's dependencies run:
bundle install
To run the project, execute the following command:
To run tests, run the following command:
Test for Linters For tracking linter errors locally you need to follow these steps:
- For tracking linter errors in HTML files run:
bash npx hint .
- For tracking linter errors in CSS or SASS files run:
bash npx stylelint "**/*.{css,scss}"
- For tracking linter errors in javascript files run:
bash npx eslint .
You can deploy this project using:
👤 Giovanni Juliao
- GitHub: @gjuliao
- [Add more styles to show section]
- [Add more features to event]
- [Allow more crud operations to users & admin]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Write a message to encourage readers to support your project
If you like this project please give us a star!
Give credit to everyone who inspired your codebase.
I would like to thank to the rails team for making amazing programming language.
This project is MIT licensed.