fehho / myDiRT-api

Scorpion Camp winter 2022 devjam participant
0 stars 0 forks source link
mojolicious-perl-framework openapi3

myDiRT-api

Getting Started

First, install dependencies.

cpanm --installdeps .

Run the development webserver

morbo script/my_app

Open http://localhost:3000/api/health with your browser to see the result.

API routes can be accessed on http://localhost:3000/api

Learn More

Mojolicious - web framework

OpenAPI - API standard

DBIx::Class - object <-> relational mapper.