- Microservice architecture
- node js | express
- mysql
- qr-engine
git clone https://github.com/surenpoghosian/MagicQR-Backend
cd MagicQR-Backend
npm i
- Then you need to run index.js using on of these "pm2 / node / nodemon". example -
node index.js
. - Also run all the microservices located in "./src/API Services" folder
PS. use PM2 for best perfomance
create a db in mysql
- run the .sql file with command
source /path/to/Db.sql
inside mysql console - input your mysql user credentials in ./src/Utils/MysqlConnectionPool.js