How to deploy V lang REST API on Azure
Sep 15, 2022
We will see how to deploy V lang REST API on Azure App Service in Docker Container.
Programming Langauge & web framework:
* The REST API is implemented using V programming language with it's in-built module vweb.
Database:
* It talks to a sqlite database.
Packaging followed for Deployment:
* The module implemented will be packaged using a Dockerfile and a docker image is created using GitHub Actions
* We will be using the official V lang's base image thevlang/vlang:latest to build the application code.
Resources:
* Full Code: https://github.com/windson/vlang-api
* Getting Started with V Programming : https://amzn.to/3Ucoczu
* V lang official website: https://vlang.io
* Join V lang discord: https://discord.gg/vlang
Contents:
Show More Show Less #Programming
#Web Services
#Open Source
