Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 764 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 764 Bytes

Descartaê Webportal

Descartaê is an open source web portal for managing data on recycling centers and waste disposal facilities.

Technologies:

  • GraphQL
  • React
  • Node

How to Run

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.

Docker

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

How to Contribute

Check the issues list.