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:
- create a group
- connect a friend
- add the money and split equally
In the future, the developer will do more complete functions.
- git clone this project
- npm install to download node_modules
- npx tsc to compile TS code to JS code
- npm serve to develop the service. It can detect and rerun the server when you modify the code.
- set the src/app-data-source.ts to your local DB for development