Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

ocjojo/bildungsplattform_vision

Repository files navigation

Bildungsplattform Vision

Setup

  • install docker
  • run docker-compose up

Development

  • run docker-compose exec -uwww-data vision bash to log into the container
    if you have node installed locally run npm run docker as shortcut.
  • run npm install
  • run npm start

Frontend

Can be reached at http:https://localhost:9000

### Compiles and hot-reloads for development (started automatically with docker-compose up)
npm run frontend

### Compiles and minifies for production
npm run build

### Lints and fixes files
npm run lint

Customize configuration

See Configuration Reference.

Backend

Can be reached at http:https://localhost:3000

Database

Can be reached at http:https://localhost:8000

Roadmap

  • combine Endpoints for Frontend and Backend under one Port?