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

https://github.com/fnando/zee

A mini web framework.
https://github.com/fnando/zee

framework framework-ruby ruby web-framework

Last synced: 5 months ago
JSON representation

A mini web framework.

Awesome Lists containing this project

README

          




Zee

A mini web framework.



Tests
Gem
Gem
MIT License


## Getting Started

First, install Zee if you haven't already:

```
gem install zee
```

To create a new Zee application, run the following command. You can replace
`myapp` with any name you like.

```console
$ zee new myapp
```

Now, enter the app's directory and start the development server:

```console
$ zee dev
```

You can now visit to see your application.

## Maintainer

- [Nando Vieira](https://github.com/fnando)

## Contributors

- https://github.com/fnando/zee/contributors

## Contributing

For more details about how to contribute, please read
https://github.com/fnando/zee/blob/main/CONTRIBUTING.md.

## License

The gem is available as open source under the terms of the
[MIT License](https://opensource.org/licenses/MIT). A copy of the license can be
found at https://github.com/fnando/zee/blob/main/LICENSE.md.

## Code of Conduct

Everyone interacting in the zee project's codebases, issue trackers, chat rooms
and mailing lists is expected to follow the
[code of conduct](https://github.com/fnando/zee/blob/main/CODE_OF_CONDUCT.md).