This is a simple Node.js application using Express and EJS for rendering views.
Make sure you have the following installed:
Then, clone the repository:
git clone https://github.com/AdeyinkaAdegbenro/Rapyd_Ecommerce.git
cd Rapyd_Ecommercenpm installnpm startBy default, the server runs on http://localhost:3000.
| Command | Description |
|---|---|
npm start |
Start the server |
npm run dev |
Start in development mode (if using nodemon) |
npm install |
Install all dependencies |
/your-project
│── /views # EJS templates
│── /public # Static assets (CSS, IMG)
│── server.js # Main application file
│── package.json # Project metadata
│── .gitignore # Ignored files
This project is open-source and available under the MIT License.