This example starts an ExpressJS server written in TypeScript.
- Express
- TypeScript
- CORS Setup
- Supabase Client
- Websockets
- Winston Logger
- Example API Endpoint
- Install dependencies
yarn
- Connect to your Railway project
railway link
- Start the development server
railway run yarn dev
The server code is located in src/index.ts
. Returns a healthcheck status: "ok"
payload in JSON.
- Gadsdencode / Railway team for the original template