Building API Server Using Deno and MySQL
In this tutorial, we will build a simple API Server using Deno, Oak, and MySQL. Grab the code from Github to understand better. Prerequistics You need to have Deno and MySQL installed in your system. To install Deno in Mac or Linux based system, run the following command. curl -fsSL https://deno.land/x/install/install.sh | sh In Windows, […]
Building API Server Using Deno and MySQL Read More »