GreenCode is an API core system designed to support esm_greencode . It consists of a Spring Boot backend API
- RESTful API
- JWT/OAuth authentication
- PostgreSQL database support
- Centralised configuration (
config/,.env) - Dockerized for easy deployment
- Swagger/OpenAPI documentation
GreenCode/ ├── src/ # Spring Boot source code ├── config/ # external configuration & scripts ├── docs/ # architecture, API docs ├── greencode-frontend/ # React frontend (new) ├── pom.xml # Maven build file └── docker-compose.yml # Docker orchestration