a back-end FOLIO module for assessment
Modify src/config.json
to configure the module for your system.
npm run okapi-deploy
npm install
npm run develop
This script uses nodemon to automatically recompile and restart the application whenever a change is made to a file in the src
directory. You can also use npm run compile
and npm start
to manually compile and start the application, respectively.
- Write tests.
- Extract parameter validation to middleware.