Skip to content

supercluster-covid-data-portal/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2565ca8 · Dec 15, 2021

History

63 Commits
Dec 15, 2021
Dec 10, 2021
Nov 9, 2021
Dec 7, 2021
Dec 1, 2021
Dec 10, 2021
Dec 8, 2021
Dec 10, 2021
Dec 10, 2021
Dec 15, 2021
Nov 29, 2021

Repository files navigation

Supercluster API

Development of the Data Access Control API

Documentation

This file is meant as a quick introduction, WIP


Getting Started

This app has been tested using NodeJS v^17, yet should work with earlier versions.

- Development Setup

Setting up the project, and prepare things to make changes

# 1. clone the repository
  git clone [email protected]:supercluster-covid-data-portal/api.git

# 2. install the dependencies
  npm ci

Now you should be able to start the server from the project's root folder:

# run the server (on port 8080)
  npm run dev
  # or better yet
  npm run dev:nodemon
  # which also restarts if linked packages are updated (e.g. Arranger)

# NOTE: if using NodeJS v17, you may have to do one of the following:
  NODE_OPTIONS=--openssl-legacy-provider npm run dev
  # or do this, before running the server
  export NODE_OPTIONS=--openssl-legacy-provider

The development server will start on port 4000 by default.

- Documentation

There is API documentation provided by Swagger, available at /swagger.