Descartaê is an open source web portal for managing data on recycling centers and waste disposal facilities.
- GraphQL
- React
- Node
To start up the applications, run npm install
and create an .env
file at each project's root with the values from their respective .env.example
files. There are multiple ways to run each project - check the available commands with npm run
.
To run the environment with Docker and Docker Compose, the following commands may be executed on the project root:
docker build --pull -t descartae/webportal-client:latest .
docker-compose up
Check the issues list.