Backend for the Terminus Group platform.
To deploy this Node.js/Express backend on Render:
- Create a Render account at https://render.com if you don't have one
- Click the "New +" button and select "Web Service"
- Connect your GitHub repository or paste the repository URL: https://github.com/prathamdby/terminus-group-backend
- Configure the following settings:
- Name: Choose a name for your service
- Environment: Node
- Region: Choose the closest region
- Branch: main
- Build Command:
npm ci; npm run build
- Start Command:
npm start
- Instance Type: Free (or choose paid tier for production)
- Click "Create Web Service"
Render will automatically build and deploy your application. Once complete, you can access it at the provided .onrender.com URL.
For more details, see the Render Node.js deployment docs.