The JSON Schema is maintained in rest/src/main/resources/schema
.
See envirocar.github.io/enviroCar-server.
The documentation is a GitHub page and managed in the branch gh-pages
, see https://github.com/enviroCar/enviroCar-server/tree/gh-pages.
- Stable API: https://envirocar.org/api/stable/ (the master branch)
- Development API: https://envirocar.org/api/dev/ (the dev branch)
- Install and run MongoDB >2.4.
- Clone the repository and switch to the directory.
- Configure the connection in
mongo/src/main/resources/mongo.properties
(if needed). - Run
mvn clean install
. - Deploy the
war
file inwebapp/target
to a application server of your choice (e.g. Apache Tomcat).
Copyright (C) 2013-2019 The enviroCar project
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.