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.
- Host: GitHub
- URL: https://github.com/zokioki/jun
- Owner: zokioki
- License: mit
- Created: 2016-04-07T03:33:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T08:20:04.000Z (over 2 years ago)
- Last Synced: 2025-03-15T23:57:31.564Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Jun
[](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).