My goal was to write a program which would allow users to query their files using SQL. Google sheets should act as tables.
- practice Functional Programming
- use Google API
- setup Continuous Integration (Travis CI)
- deploy to cloud (AWS Beanstalk)
Link to the deployed application
send a GET request, request body: { "text": "select * from users where age < 50;" }
- FROM
- SELECT
- WHERE
- albums
- users