Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).