Setup Payments with FLOUCI wallet, ReactJs And NodeJs
- express --no-view flouci_wallet
- npm i && npm start
- npm i nodemon -D
- npm i dotenv
- npm i axios
- npm run server
- Test API (http://localhost:5000/api/payment) on Postman or thunderclient vs code extension,...
- [FLOUCI API Documentation]("https://flouci.stoplight.io/docs/flouci-payment-apis/6c9b5ad7358c9-fr-flouci-payment-api")
- npm i concurrently --save
- NPM CONCURRENTLY DOC
- Run
npm run dev
- Add bootstrap CSS CDN inside public/index.html
- Add react dom router:
npm i react-router-dom
- Install axios on client
npm i axios