Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rp4rk/tnt
An alternative (better) client for Redmine
https://github.com/rp4rk/tnt
client hooks react redmine redux
Last synced: 20 days ago
JSON representation
An alternative (better) client for Redmine
- Host: GitHub
- URL: https://github.com/rp4rk/tnt
- Owner: rp4rk
- License: mit
- Created: 2019-04-18T20:05:24.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-04-30T12:53:09.000Z (over 3 years ago)
- Last Synced: 2023-03-03T16:18:07.662Z (over 1 year ago)
- Topics: client, hooks, react, redmine, redux
- Language: JavaScript
- Size: 746 KB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# TNT Client for Redmine
[![Build Status](http://pipeline.redmine-bad.site/api/badges/rp4rk/tnt/status.svg)](http://pipeline.redmine-bad.site/rp4rk/tnt)
This client is a WIP to make entering data to redmine a much more accurate and easy task.
## Running the Project
To run a local development instance, you will need docker and docker-compose installed.
- Clone the project
- Run `npm install` to install the applications dependancies
- Run `docker-compose up` to start the application along with a local redmine instance
- Navigate to http://localhost:3002 to see the local redmine instance
- Use `test-user` and `test-user` to log in to a user account
- Use `admin` and `admintest` to log in to an admin account
- Get an API key from the user page, the address for your local redmine is `localhost:3001`## Contributing
See the CONTRIBUTING.md file 👀