- Setting up a NodeJS and ExpressJS environment.
- Implementation MongoDB database.
- Integrating Cryptomus Payment Gateway for cryptocurrency transactions.
- Deploying the application to a clowd platform for global accessibility.
- NodeJS
- ExpressJS
- MongoDB
- Cryptomus Payment Gateway
npm init -y
npm install express ejs
npm install nodemon dotenv --save-dev
npm install helmet
npm run dev
npm install axios crypto