Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 781 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 781 Bytes

Descartaê WebServer

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

Technologies:

  • Apollo
  • GraphQL
  • Node
  • Express
  • MongoDB

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-server:latest .
docker-compose up

How to Contribute

Check the issues list.