Shop with peace of mind knowing that you are getting the best price and the best quality laptop.
List of Modules
API Documentation
Figma Prototype
Install Node ( Documentation )
Use the package manager npm to install dependencies.
npm i
Create one file name as ".env" and add the below contents
PORT = 8000 // Port for run the server
TWILIO_ACCOUNT_SID //
TWILIO_AUTH_TOKEN // Twilio for OTP validation these data is taken from our personal twilio account
TWILIO_SERVICE_SID //
MONGOURL= mongodb://localhost:27017/ckart
RAZORPAY_KEY_ID // Razorpay is for payment integration.
RAZORPAY_KEY_SECRET // You can get this ID and Secret Key from razorpay account
# start the server
npm start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. christopharantony@gmail.com