https://github.com/hombre2014/dev-community
Full Stack Web app with Rails 7 Hotwire, Turbo and Stimulus
https://github.com/hombre2014/dev-community
Last synced: about 2 months ago
JSON representation
Full Stack Web app with Rails 7 Hotwire, Turbo and Stimulus
- Host: GitHub
- URL: https://github.com/hombre2014/dev-community
- Owner: Hombre2014
- License: mit
- Created: 2023-07-25T17:51:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T12:44:02.000Z (4 months ago)
- Last Synced: 2025-02-01T03:19:15.096Z (4 months ago)
- Language: Ruby
- Size: 173 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# Dev Community
> Full Stack Web development community
## Description
RoR using Hotwire, Turbo streams and Stimulus.
## Live demo
No demo yet.
## Deployment
No deployment yet.
## Built With
- Languages: Ruby
- Framework: Ruby on Rails 7.0.4
- Database: PostgreSQL## Usage
Run the following commands:
`git clone https://github.com/Hombre2014/dev-community.git`
`cd dev-community`
`bundle install`
`rails s`
Open a browser and go to: `https://localhost:3000` to view the app.## Database setup
To start with clean database use:
`cd dev-community`
`rails db:drop db:create db:migrate`## Testing
`cd dev-community`
N/A## Author
👤 **Yuriy Chamkoriyski**
- GitHub: [@Hombre2014](https://github.com/Hombre2014)
- Twitter: [@Chamkoriyski](https://twitter.com/Chamkoriyski)
- LinkedIn: [axebit](https://linkedin.com/in/axebit)## Attribution
Special thanks to:
APPSIMPACT Academy video course,## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Hombre2014/dev-community/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./license.md) licensed.