ertprs / anet

Advisor Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build ANET Board Status

What is ANET?

The Advisor Network ("ANET") is a tool to track relationships between advisors and advisees. ANET was initially built by the Defense Digital Service in support of the USFOR-A and Resolute Support mission to train, advise, and assist the Afghan government. ANET is currently further developed by the NATO Communication and Information Agency and published over here.

Although this tool was built in a very specific context, ANET has many potential applications. At its core, ANET is a way of tracking reports and tying them to authors, organizations, and goals. It also simplifies relationships between members of an organization, and members of different organizations -- like NATO and the Afghan government.

In making this software available to the open source community, it is our hope that other groups are able to use ANET to meet their needs. We would also welcome contributions that help improve functionality, add features, and mature this work.

Setting up your development environment

This repository is structured in two main, disparate components: the frontend and the backend. The frontend is a react.js based JavaScript application that communicates with the backend via XMLHttpRequest (ajax). The backend is a Java application based the Dropwizard framework that runs on a JVM and utilizes Microsoft SQL Server for its database.

We recommend reading through the documentation in the following order:

  1. Getting your Development Environment Set Up
  2. Working on the backend
  3. Working on the frontend
  4. See DOCUMENTATION.md, INSTALL.md and TROUBLESHOOT.md for additional information.
  5. See our Storybook on Chromatic for detailed documentation.

Contributing

As part of the Defense Digital Service's goal of bringing technology industry practices to the U.S. Department of Defense, we welcome contributions to this repository from the open source community. If you are interested in contributing to this project, please review CONTRIBUTING.md and LICENSE.md. Those files describe how to contribute to this work.

Works created by U.S. Federal employees as part of their jobs typically are not eligible for copyright in the United States. In places where the contributions of U.S. Federal employees are not eligible for copyright, this work is in the public domain. In places where it is eligible for copyright, such as some foreign jurisdictions, this work is licensed as described in LICENSE.md.

About

Advisor Network

License:MIT License


Languages

Language:JavaScript 56.9%Language:Java 40.3%Language:MDX 1.5%Language:CSS 1.0%Language:XSLT 0.1%Language:HTML 0.1%Language:Handlebars 0.1%Language:Shell 0.1%Language:FreeMarker 0.0%Language:Dockerfile 0.0%