An e-commerce site that allow vendors to post ads for items and exchange messages with the buyers. PostgreSQL was used as the RDBMS with Node.js for the backend on an Express server. The client-side was created using Javascript, jQuery, ejs, and CSS. Twilio is used to send SMS notifications.
- Install dependencies with
npm install
- Start the web server using the npm start command. The app will run at http://localhost:8080/
- Visit http://localhost:8080/ in your browser
- Node 10.x or above
- NPM 5.x or above
- PG 6.x
- Twilio 3.x
- Bcrypt 5.x
- Express 4.x