A currency converter

This repo contains both a Apollo GraphQL server and client.

Running the project

Server:

cd ./server
npm run watch-ts
npm run watch-node

Client:

cd ./client
npm start

Activate auth & ratelimit

Go to ./server/config.ts and activate withAuth