Skip to content

vishnusureshperumbavoor/servercart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server Cart

Server side ecommerce application

Prerequisites

Tech stacks

  • NodeJS (javascript runtime environment)
  • ExpressJS (backend framework)
  • MongoDB (database)
  • Razorpay (payment integration)

How to start

Clone the repo & open the directory

npm install
npm run dev

Create a .env file in the root directory and add the necessary links

PORT = 3000
MONGODB_URI = <your_mongodb_uri>
RAZORPAY_KEY_ID = <your_razorpay_key_id>
RAZORPAY_KEY_SECRET = <your_razorpay_key_secret>

Go to localhost:3000/admin to create admin profile and add products
Go to localhost:3000 to create user profile and buy products

Contact

Contact For any inquiries or feedback, please contact Vishnu Suresh Perumbavoor at

LinkedIn github Twitter Instagram GMail

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published