RealT Properties Map helps you visualize RealT portfolio properties and track your own investments. The project integrates data from multiple sources including:
- Realtoken Dashboard
- realtoken-thegraph GQL resources
Important: This project is not officially affiliated with RealT
- React - Frontend framework
- Node.js - Backend runtime
- Express - Backend framework
- GraphQL - API query language
- Leaflet - Interactive maps
- Docker - Containerization
The easiest way to run the project is using Docker:
docker compose upThis section describes how to setup the project using individual services. This can be useful for development purposes.
cd ./backend
npm install
npm run devThe backend will run on http://localhost:3000
cd ./frontend
npm install
npm run startThe frontend will run on http://localhost:3010
Both frontend and backend require environment configuration. Copy the provided example.env files and modify as needed:
backend/example.env→backend/.envfrontend/example.env→frontend/.env
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the Apache-2.0 License. See LICENSE for more information.
