Skip to content

mingchuno/payment-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express/node.js simple payment service

devops

To start the mongodb and redis for development, install docker-compose backend docker-compose up -d at ./devops

backend

backend is the API backend using:

  • express as the API framework
  • mongodb as database
  • redis as cache
  • flow for type check
  • eslint for lint
  • jest as test & mock framework

Get start

yarn install
yarn dev

frontend

frontend is the SPA frontend using:

  • vue.js as the frontend framework
  • element-ui as the UI framework
  • eslint for lint

Get start

yarn install
yarn dev

TODOs

  • client form validation
  • better server side validation
  • frontend test?
  • server graceful showdown?

About

express/node.js simple payment service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published