AdonisJS
AdonisJS is a TypeScript-first web framework for building web apps and API servers. It comes with support for testing, modern tooling, an ecosystem of official packages, and more.
Check out their official documentation here
Deploy an AdonisJS App
Deployment Instructions
In this tutorial, we advice creating a Dockerfile and using Docker as the build system
-
Fork/Clone this Hostless-AdonisJS-Example repo from github
-
Click on 'Create New App'
-
Choose a suitable app name
-
Choose your github account
-
Choose the forked github repo/the cloned remote repo
-
Choose a build system
- 'Docker' - looks for a Dockerfile in the root of the project and build based on the instructions
-
Input a start command(optional)
-
The PORT environment variable is set by Hostless
-
Ensure you add the environment variables that are compulsory else the application may not start
Sample configuration
Example project
An example project is hosted on https://hostless-adonisjs-example.hostless.app/