Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/servactory/demo-rails
Rails application with Servactory
https://github.com/servactory/demo-rails
demo-app rails servactory
Last synced: about 2 months ago
JSON representation
Rails application with Servactory
- Host: GitHub
- URL: https://github.com/servactory/demo-rails
- Owner: servactory
- License: mit
- Created: 2023-06-26T14:56:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-21T05:52:41.000Z (over 1 year ago)
- Last Synced: 2024-08-23T20:18:18.557Z (4 months ago)
- Topics: demo-app, rails, servactory
- Language: Ruby
- Homepage: https://servactory.com
- Size: 46.9 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) 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).