Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 567 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 567 Bytes

Background

This is the project contains the APIs for the users to split the money wisely.

In this project, it will have the basic function that:

  1. create a group
  2. connect a friend
  3. add the money and split equally

In the future, the developer will do more complete functions.

Steps

  1. git clone this project
  2. npm install to download node_modules
  3. npx tsc to compile TS code to JS code
  4. npm serve to develop the service. It can detect and rerun the server when you modify the code.
  5. set the src/app-data-source.ts to your local DB for development