For any app development, it is necessary to have certain setup done before starting off building the project. For my development, I chose to develop in Windows 10 itself since all the required tools for developing my app were available to install on Windows. Since I am developing a webapp, I need a text editor for those HTML, JavaScript and CSS files. I choose Notepad++ since it is a very user friendly editor that supports syntax of several languages. Apart from the editor, I also installed curl, minikube, kubectl and VirtualBox, all required for the set up of local development of Hasura platform.
The previous blog covered the data modelling of our app. Now it is the time to test the working of our database using some sample queries to the data endpoint of the database. Some of the sample queries made through Postman are: Insert to Song Queue Select all songs in the song database Select all songs in the songs queue The link to the API query collection is here .
Comments
Post a Comment