Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 806 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 806 Bytes

Crelytics : Node and Express Backend Application

These are NodeJS Scripts which take data from the respective CSVs and data is added through /add methods in all scripts

Installation

git clone https://github.com/SiddhantBohra/Crelytics.git

After successfully cloning this repository, Run the following command to install Node Modules :-

npm install

API Endpoints and base URL:-

Base URL: -

https://crelytics.herokuapp.com/

Endpoints

GET base_url/rule
POST base_url/rule/add
GET base_url/workflow
POST base_url/workflow/add
GET base_url/process
POST base_url/process/add


To access mongoDB on MongoDB compass/ROBO 3T use SRV string:-

mongodb+srv://assassin:[email protected]/test?retryWrites=true&w=majority