Backend service for the Clever Customer Data Platform.
- Node.js (v14 or higher)
- npm
- Clone the repository:
git clone https://github.com/praveenarjun/cdr-clever.git
- Install dependencies:
npm install
- Create a
.envfile in the root directory and add your environment variables (e.g.,PORT=3000). - Start the server:
npm start
The server will start on port 3000 (or the port specified in your .env file).
GET /: Health check endpoint. Returns a message indicating the backend is working.
ISC