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

https://github.com/zokioki/jun

A simple, Rails-inspired web application framework.
https://github.com/zokioki/jun

Last synced: about 1 year ago
JSON representation

A simple, Rails-inspired web application framework.

Awesome Lists containing this project

README

          

# Jun

[![Gem Version](https://badge.fury.io/rb/jun.svg)](https://badge.fury.io/rb/jun)

Jun is a simple, [Rails](https://github.com/rails/rails)-inspired web application framework. This is a rough implementation, built with the goal of learning more about Rails internals. Not meant for production use.

## Getting Started

Install the gem:

```
$ gem install jun
```

Then, create a new Jun application:

```
$ jun new my_app
```

Change directory into `my_app` and start up the server:

```
$ cd my_app
$ bin/jun server
```

Visit `http://localhost:6291` to view your app.

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can run `bin/console` for an interactive prompt that will allow you to experiment.

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).