- To start the server in development mode
npm run dev
# or
pnpm dev
-
To view the endpoints http://localhost:5000/docs
-
To send a payload to the server http://127.0.0.1:5000
{
"command": "console.log(\"Hello World\")"
}
[ ] - APi Authentication Token
[ ] - Database using @fastify/postgres
[ ] - Serve the frontend as static file @fastify/static