Skip to content
Snippets Groups Projects

Mock-API-Hochschulstart

Getting started

Add your files

cd existing_repo
git remote add origin https://git.code.tecnalia.com/across/private/user-journey-service-delivery/mock-api-hochschulstart.git
git branch -M main
git push -uf origin main

Name

Mock-API-Hochschulstart

Description

This is a mocked API for hochschulstart.de to start with the first integration of an external API provided by a pilot partner to the ACROSS-Platform.

Installation for devs and starting the application

  1. Just install nodejs and npm
  2. npm install
  3. npm start

building and starting the application on docker environment

  1. docker build . -t mock-api-hochschulstart
  2. docker run -p3000:3000 -d mock-api-hochschulstart