- Clone the repository
- Install dependencies:
npm install - Start the server:
npm start
This project automatically deploys to Glitch when changes are pushed to the main branch.
Required environment variables:
JWT_SECRET: Secret key for JWT authenticationGLITCH_PROJECT_ID: Your Glitch project IDGLITCH_AUTH_TOKEN: Your Glitch authorization token
Detailed setup instructions in the documentation.