Introduction

Creative Mixed-Use Matching Platform

This project comes with several components: (In folder hierarchy)

  • frontend: Frontend of this platform (React.js)
  • server: Node.js web server
  • server-py: Python web server, reserved for future ML implementation
  • docker: DockerFiles used in development
    • GraphDB: Main Graph Database
    • MongoDB: Used for storing documents (files) and temporary data
  • docs: Documentation (Docusaurus)
  • .github Github CI configurations
  • scripts Reserved for future deployment