English | 简体中文
A management tool to help you organize your daily development, configuration, proxy services, host resources, etc.
- Change the traditional front-end and back-end joint mode. There is no need for front-end and back-end restarts of local services during API tuning.
- Support to receive, share commonly used, easy to use application links.
- Support multi-environment Host account and password and other information maintenance.
- Supports configuration file modifications on remote service hosts.
- Support unified maintenance of local hosts files
- node >= 8.0.0
git clone [email protected]:DTStack/doraemon.git
cd doraemon
We recommend using yarn for dependency installation.
yarn install
- Please create the database under the service first.
- Find the
sql
folder in the directory and import thedoraemon.sql
file in the folder into the database created just now. - Refer to Configure MySQL, to configure the database connection.
yarn dev
visit: http://127.0.0.1:7001
yarn start
yarn start:test // test environment publishing
Visit Doraemon Docs for the full Doraemon documentation.
We welcome all contributions. Please read our CONTRIBUTING.md first.
Detailed changes for each release are documented in the ChangeLog.md