Skip to content

Rapyd-Samples/rapyd-tokenization-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Express App 🚀

This is a simple Node.js application using Express and EJS for rendering views.

Prerequisites 📌

Make sure you have the following installed:

  • Node.js (v16+ recommended)
  • npm (comes with Node.js)

Getting Started 🛠

1️⃣ Clone the Repository

Then, clone the repository:

git clone https://github.com/AdeyinkaAdegbenro/Rapyd_Ecommerce.git
cd Rapyd_Ecommerce

2️⃣ Install Dependencies

npm install

3️⃣ Start the Server

npm start

By default, the server runs on http://localhost:3000.

Scripts 📜

Command Description
npm start Start the server
npm run dev Start in development mode (if using nodemon)
npm install Install all dependencies

Project Structure 📁

/your-project
│── /views        # EJS templates
│── /public       # Static assets (CSS, IMG)
│── server.js        # Main application file
│── package.json  # Project metadata
│── .gitignore    # Ignored files

License 📜

This project is open-source and available under the MIT License.


About

In this tutorial, you'll learn how to use Rapyd for tokenization in a payment system by using a sample project.

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages

  • JavaScript 47.7%
  • EJS 35.2%
  • CSS 17.1%