swave-crud/README.md
2024-09-22 09:19:49 +02:00

15 lines
501 B
Markdown

# Auth Service
Welcome to the Auth Service! This service handles user authentication for the SWave application.
This microservice is a wrapper for supabase authentication and will return the user and session info returned by them.
## Getting Started
To get started with the Auth Service, follow these steps:
1. Clone the repository
2. Install dependencies: `npm install`
3. Set up your .env file with SUPABASE_URL, SUPABASE_KEY and APP_PORT
4. Start the server: `node src/index.js`