Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 739 Bytes

File metadata and controls

28 lines (20 loc) · 739 Bytes

GreenCode

GreenCode is an API core system designed to support esm_greencode . It consists of a Spring Boot backend API


🚀 Features

Backend (Spring Boot)

  • RESTful API
  • JWT/OAuth authentication
  • PostgreSQL database support
  • Centralised configuration (config/, .env)
  • Dockerized for easy deployment
  • Swagger/OpenAPI documentation

📁 Project Structure

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