https://github.com/servactory/demo-rails
Servactory Rails Demo App
https://github.com/servactory/demo-rails
demo-app rails servactory
Last synced: about 2 months ago
JSON representation
Servactory Rails Demo App
- Host: GitHub
- URL: https://github.com/servactory/demo-rails
- Owner: servactory
- License: mit
- Created: 2023-06-26T14:56:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-27T11:31:53.000Z (about 1 year ago)
- Last Synced: 2025-12-28T19:46:59.238Z (6 months ago)
- Topics: demo-app, rails, servactory
- Language: Ruby
- Homepage: https://servactory.com
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Servactory Rails Demo App
Servactory uses [Rails](https://github.com/rails/rails) for this demo application.
To run the project locally, first install the dependencies:
```bash
bundle install
```
Next, run the development server:
```bash
bundle exec rails server
```
## License
Servactory Rails Demo App is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).