V2 Server for the Pushcart shopping cart app, found here.
Developed with NodeJS+SQLite+ServerJS+(other libraries like MD5, jsonwebtokens).
Pushcart V1 (with less features, different libraries) can be found here.
As always, remember to install your dependencies:
npm install
Then run with:
npm run start
Or
npm run test