AProjectForMMPhoneTopUp
This is a Website project for Myanmar mobile phone top up via Wechat pay and Alipay
Using React to develop the frontend , node js(Express) for the backend. database use mongoDb.
I use mongoDb as the DataBase
#port: 27017 bindIp: 0.0.0.0
mongodb://账号:密码@服务器IP/域名:端口/?authSource=要连接的数据库 8.常用总结 cd /www/server/mongodb/bin
use 3_flask_01; db.projects.find({}) db.projects.drop( )
OpenSource
React project
Using npm start, npm run build normally
You can customize them in the package.json
Express.js
yarn
yarn start or nodemon ./bin/www
Frontend Developing
1.Finish the Basic Layout
2.The basic Function (In process) (If you interested in this project we can work together)
Backend Developing
1.Using Express FrameWork
2.Basic Routing and Api set up (In process)
Server run with command
SET DEBUG=backend:* & npm start