receipt-scannr
Start the server with: npm start
Start the server in development mode with the command: npm run dev nodemon will watch the files in the directory in which nodemon was started, and if any files change, nodemon will automatically restart your node application.
npm run lint command will check every file in the project for code style
npm test will run the tests specified in the tests folder
sample user { "userName": "root", "firstName": "root", "lastName": "root", "email": "root", "password1": "root", "password2": "root" }