Ecommerce chatbot boilerplate
Make sure you have these requirements installed on your machine
- Node^8
- npm
Run:
$ npm i
$ npm start
$ npm run compile:sass // watch sass change
/
- Render home template
/users
____________________ (GET) Retrieves users by id ascending order/users/:id
_________________ (GET) Retrieves users by id param/users/username/:username
__ (GET) Retrieves users by username param/products
__________________ (GET) Retrieves products by id ascending order/users
____________________ (POST) Creates new user data on database/users/:id
_________________ (PUT) Updates user data on database
- Express [ Fast, unopinionated, minimalist web framework for Node.js ]
- Mustache Express
- Node-sass [ Binding for Node.js to LibSass ]
- Node-postgres [ Non-blocking PostgreSQL client for Node.js ]