Mock-API-Hochschulstart
Getting started
Add your files
- Create or upload files
- Add files using the command line or push an existing Git repository with the following command:
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
- Just install nodejs and npm
- npm install
- npm start
building and starting the application on docker environment
- docker build . -t mock-api-hochschulstart
- docker run -p3000:3000 -d mock-api-hochschulstart