RealT Properties Map is a community project aiming at giving you a clear view of RealT protfolio and/or your own. |
Access the web app here: RealT Properties Map
This project uses several external services to get its data from (Realtoken Dashboard, realtoken-thegraph GQL resources)
Important notice: RealT Properties Map is NOT related to RealT
To run the project using Docker, you can just use the root docker-compose.yml
file using the following command.
docker compose up
Both frontend and backend uses .env file. You can create them from the example.env
files.
To run the backend, follow these instructions
cd ./backend
npm install
npm run dev
The backend will be made available on http://localhost:3000
and expect requests from the frontend on http://localhost:3010
.
To run the frontend, follow these instructions
cd ./frontend
npm install
npm run start
The frontend will be made available on http://localhost:3010
.
Contributions are welcome. Please make sure to update tests as appropriate.
This project is licensed under the Apache-2.0 License.