cautious-computing-context: backend node caching server/proxy
Prerequisites
- Node.js v20.17
- npm
Install
git clone https://github.com/frog-pond/ccc-server.git
cd ccc-server
npm install
Watch mode (recommended): auto-recompile & restart on changes
npm run watch
Institution-specific servers
npm run stolaf-college
npm run carleton-college
npm run build
npm run start:prod
All tests
npm run test
Smoke tests
npm run test:stolaf-college
npm run test:carleton-college