/docker-spring-react

Simple Spring Boot REST API with React and Docker

Primary LanguageJavaScript

docker-sprint-react

Spring Boot REST API with React and Docker

License: MIT

Status (WIP)

  • API (Java - Spring Boot)

    • CRUD Endpoints
    • Tests
    • Dockerised
    • Postgres Integration (Uses in-memory db for now)
  • Frontend (Javascript - React Redux)

    • CRUD Endpoints
    • Tests
    • Styling
    • Dockerised
  • Database (PostgreSQL)

    • Dockerised (For quick development)
    • Updated employees schema
  • Docker Compose

    • All services running and tested