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
- Host: GitHub
- URL: https://github.com/lenra-io/app-troy
- Owner: lenra-io
- License: mit
- Created: 2022-05-30T11:23:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T13:24:38.000Z (over 2 years ago)
- Last Synced: 2025-01-23T12:26:07.574Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.## 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.
## 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!## License
Distributed under the **MIT** License. See [LICENSE](./LICENSE) for more information.
## 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)
[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