Skip to content

Samhubby/Simple-Payment-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published