my take on how notes and srs should be combind and simplified
Usage
The project includes a Makefile for common tasks:
- Build:
make build(creates binary inbin/mend) - Test:
make test - Run:
make run(automatically scaffoldstest_datadirectory and runs app against it) - Scaffold:
make scaffold(generates sample data intest_data) - Clean:
make clean(removes binary) - Clean Data:
make clean-data(removestest_datadirectory)