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

https://github.com/lenra-io/app-troy

Try management app
https://github.com/lenra-io/app-troy

Last synced: 3 months ago
JSON representation

Try management app

Awesome Lists containing this project

README

        

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]



Troy - Test, analyze, repeat


Troy is a generic attempt management application.




Report Bug
·
Request Feature


## Prerequisites

To properly run this application, you will have to make sure that the Lenra CLI and docker with docker-compose are installed on your computer.
Installation instructions can be found here https://github.com/lenra-io/lenra_cli.

(back to top)

## Usage

To run Troy you first need to build the application.
```console
lenra build
```

Then you can start it.
```console
lenra start
```

You can then access the application by opening [`localhost:4000`](http://localhost:4000) on your web browser.

In this application, you will find categories and tries.
You can think of categories as ideas of cooking recipes and tries as trying different quantities for the contents of the recipe.

Let's admit that you want to cook something new, you start by creating the category "My New Recipe" and add some fields which are the ingredients of your recipe. Then you create a new try and fill the values for each ingredient.

(back to top)

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please open an issue with the tag "enhancement".
Don't forget to give the project a star if you liked it! Thanks again!

(back to top)

## License

Distributed under the **MIT** License. See [LICENSE](./LICENSE) for more information.

(back to top)

## Contact

Lenra - [@lenra_dev](https://twitter.com/lenra_dev) - [email protected]

Project Link: [https://github.com/lenra-io/app-troy](https://github.com/lenra-io/app-troy)

(back to top)

[contributors-shield]: https://img.shields.io/github/contributors/lenra-io/app-troy.svg?style=for-the-badge
[contributors-url]: https://github.com/lenra-io/app-troy/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/lenra-io/app-troy.svg?style=for-the-badge
[forks-url]: https://github.com/lenra-io/app-troy/network/members
[stars-shield]: https://img.shields.io/github/stars/lenra-io/app-troy.svg?style=for-the-badge
[stars-url]: https://github.com/lenra-io/app-troy/stargazers
[issues-shield]: https://img.shields.io/github/issues/lenra-io/app-troy.svg?style=for-the-badge
[issues-url]: https://github.com/lenra-io/app-troy/issues
[license-shield]: https://img.shields.io/github/license/lenra-io/app-troy.svg?style=for-the-badge
[license-url]: https://github.com/lenra-io/app-troy/blob/master/LICENSE