Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 717 Bytes

File metadata and controls

37 lines (22 loc) · 717 Bytes

Simple Payment API

Overview

This project provides a simple backend API for a payment app. It includes user management functionalities such as registration, login, and updating user details, as well as transaction capabilities. The project uses Azure MySQL as the database.

Technologies Used

  • Node.js
  • Express.js
  • MySQL
  • Redis

Getting Started

Prerequisites

  • Node.js
  • MySQL

Installation

  1. Install the dependencies:

    npm install

Setting Up MySQL DB

include DB name, host, password in the env variable

Running the Application

  • To start the application in production mode:

    npm start

  • To start the application in development mode (with nodemon):

    npm run dev