https://github.com/rysth/rails-tramitesec
https://github.com/rysth/rails-tramitesec
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rysth/rails-tramitesec
- Owner: Rysth
- License: mit
- Created: 2023-12-10T17:40:34.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2025-05-30T18:00:56.000Z (about 1 year ago)
- Last Synced: 2025-06-23T13:52:12.221Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 1.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
John Palacios
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Install](#install)
- [Usage](#usage)
- [Linters](#linters)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
**TramitesEC** is a dynamic and robust Ruby on Rails application designed to manage and streamline the process of handling various procedures, customers, and processors. It's tailored to enhance operational efficiency and user experience.
Client
Server
Database
- **Efficient management of procedures, customers, and processors.**
- **Advanced search and filtering capabilities.**
- **Real-time data analytics and reporting.**
To get a local copy up and running, follow these steps.
Install this project with:
```sh
bundle install
npm install
```
To run the project, execute the following command:
```sh
rails server
```
And to execute this with TailwindCSS:
```sh
./bin/dev
```
Use this command to fix **Rubocop Linter** Errors:
```sh
rubocop -A
```
Use this command to fix **Stylelint** Errors:
```sh
npx stylelint "**/*.{css,scss}" --fix
```
👤 **John Palacios**
- GitHub: [@rysthdesign](https://github.com/Rysth)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/john-palacios-rysthcraft)
- [ ] **Integration with external APIs for real-time data processing.**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Special thanks to my family, friends, and my customers for their continuous support.
This project is [MIT](./LICENSE.md) licensed.