IQSS / dataverse-people

Home Page:https://people.dataverse.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dataverse-people

dataverse-people is a webapp with an Single Page Application (SPA) architecture that powers https://people.dataverse.org and consists of the following:

  • a backend providing an API
  • a frontend providing a UI (multiple, actually)

Development

See backend and frontend for how to build and run the code.

Production

See backend and frontend for how to build and run the code.

The following configuration is used in Apache to proxy the backend to the frontend:

ProxyPass /api/ http://localhost:8080/dataverse-people/api/

The frontend is simply a static site. Note that configuration (especially for the API URL) at build time can be required.

API paths

/api/v1/people/list

About

https://people.dataverse.org


Languages

Language:Java 47.5%Language:JavaScript 45.2%Language:HTML 5.5%Language:Shell 1.1%Language:Dockerfile 0.4%Language:CSS 0.2%