eclipsefdn-hellosign-api
Description of business need fulfilled by API goes here.
Application details
Service name | Internal port | Host port |
---|---|---|
Application | 8090 | 10300 |
MariaDB | 3306 | 10301 |
FoundationDB API | 8095 | 10302 |
Getting started
Requirements
- Docker
- mvn
- make
- yarn
- Java 11 >
Setup
Additional setup instructions will be added as the project grows and evolves.
Initial setup
// TODO - depends on project, varies too widely to be easily templated
Build and start server
make compile-start
Live coding dev mode
make dev-start
Generate spec
make compile-test-resources
Contributing
- Fork the eclipsefdn-hellosign-api repository
- Clone repository
git clone https://gitlab.eclipse.org/[your_eclipsefdn_username]/eclipsefdn-hellosign-api.git
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature' -s
- Push feature branch:
git push origin my-new-feature
- Submit a merge request
Declared Project Licenses
This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.
SPDX-License-Identifier: EPL-2.0