https://github.com/peterchain/sap-cap-condo-mngmt
SAP CAP Example: Condo management
https://github.com/peterchain/sap-cap-condo-mngmt
Last synced: 12 days ago
JSON representation
SAP CAP Example: Condo management
- Host: GitHub
- URL: https://github.com/peterchain/sap-cap-condo-mngmt
- Owner: PeterChain
- Created: 2020-07-02T09:58:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-02T22:57:59.000Z (over 5 years ago)
- Last Synced: 2024-10-19T10:26:20.058Z (over 1 year ago)
- Language: JavaScript
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started
Condo management
## Purpose
Sample application to showcase a full end-to-end application (simple though)
for managing a condo building
## Functionalities
- Managing tenants (Completed)
- Managing rents (ongoing)
- Managing expenditures (ongoing)
##
How to run it?
1 - Run `npm install` inside the project directory
2 - Run `cds deploy --to sqlite` to generate a sqlite database file (Optional)
3 - Run `cds watch` if you want to test it'with live reload , or `cds serve`