/pushcart-v2

V2 Server for the Pushcart shopping cart app

Primary LanguageJavaScript

Pushcart V2 server

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.

Running

As always, remember to install your dependencies:

npm install

Then run with:

npm run start

Or

npm run test