Marketplace GraphQL API using Type-GraphQL and ArangoDB. Check the API documentation below!
Visit the API schema here!
To edit the database configuration change the .env file in /api/.env with the following structure:
DATABASE_NAME=farmland\
DATABASE_USER=root\
DATABASE_PASS=rootpassword\
DATABASE_URL=http://arangodb:8529
Note: This is the default configuration
Steps to reproduce tests:
Disclaimer: This API does not have extensive validation and was developed as a learning project