Quick Start
Installation
Installation of Tantri Backend
Development
Prerequisite
Please install npm before proceeding with the installation.
Follow these steps to run this project locally.
Step 1: Clone the repository (Recommended using SSH)
git clone [email protected]:tantri-id/tantri-backend-ts.gitStep 2: Navigate to the project directory
cd tantri-backend-tsStep 3: Install dependencies
npm installStep 4:Run development
npm run devStep 5: Open browser on localhost:3000
Step 6: after successfully render you can start development.

