Build a CRUD API in Julia with Oxygen.jl
CRUD – Create, Read , Update and Delete is an important concept to master and know for building most applications. In this tutorial we will explore how to build a simple CRUD API in Julia using the Oxygen Framework – which is like the Flask equivalent in Julia. Oxygen.jl is a Julia package for building …