Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 1.87 KB

README.md

File metadata and controls

63 lines (45 loc) · 1.87 KB

ZDMP Client Server Datasets

GitHub release GitHub issues GitHub forks

Client Client Client Client Client Client

Client server repository for ZDMP project.

Installation

Clone the repository into the server machine

git clone https://github.com/ZhengLinLei/ZDMP-client.git

Install the node server, run the following commands:

npm install

Usage

Run the following command to start the server:

npm run start

And acces to the server at http://localhost:3000 or http://localhost

If you are debugging the project you can run the following command to start the server in debug mode:

npm run start-n

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

How to contribute

  1. Fork the project
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a pull request

Authors and acknowledgment

License

License: Apache License 2.0