Skip to content

praveenarjun/cdr-clever

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clever CDP Backend

Backend service for the Clever Customer Data Platform.

Prerequisites

  • Node.js (v14 or higher)
  • npm

Installation

  1. Clone the repository:
    git clone https://github.com/praveenarjun/cdr-clever.git
  2. Install dependencies:
    npm install

Usage

  1. Create a .env file in the root directory and add your environment variables (e.g., PORT=3000).
  2. Start the server:
    npm start

The server will start on port 3000 (or the port specified in your .env file).

API Endpoints

  • GET /: Health check endpoint. Returns a message indicating the backend is working.

License

ISC

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors