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.
- Node.js
- Express.js
- MySQL
- Redis
- Node.js
- MySQL
-
Install the dependencies:
npm install
include DB name, host, password in the env variable
-
To start the application in production mode:
npm start
-
To start the application in development mode (with nodemon):
npm run dev