Skip to content

RealToken-Community/properties-map

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realt Properties Map

 RealT Properties Map Logo 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

Run project

To run the project using Docker, you can just use the root docker-compose.yml file using the following command.

docker compose up

Run separatly

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.

Contributing

Contributions are welcome. Please make sure to update tests as appropriate.

License

This project is licensed under the Apache-2.0 License.

About

Locate your RealT properties and get useful informations on them

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.2%
  • Other 2.8%