Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

xtrinz/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configuration :

1. Set NODE_ENV variable as 'production' to avoid installation of dev dependencies
   export NODE_ENV=production

Build essentials :

1. npm clean
    Removes current node_modules/ & package-lock.json
2. npm install
    Installs all packages listed in package.json
3. npm start
    Runs the server
4. npm test
    Executes the test cases

Caution: Paytm, Twilio, Google APIs are not enabled.

Flow Diagram (Transit):

achieved

Releases

No releases published

Packages

No packages published

Languages