- Install nodejs
- First create .env file by this command or create manually
cp .env.example ./.env
- Config environment variables:
- If you set port, the web will be available at http://localhost:your-port/ otherwise http://localhost:8000
- Install packages:
npm i
- To run project on development:
npm run dev
- Health check path:
curl localhost:<port>/a/api/health