GraphQL product api for Fine+Rare
docker-compose up --build
to start the mongoDB and app containersnpm run dev
to start the app, should watch concurrently for changes in the gql schema and update the types accordinglynpm run generate
generates types based on the gql schema