This application extends the front end application of this retail portal - https://github.com/Exact-Science/es_apparel_fe. Specifically, it enables the user to interact with the retail portal questions and answers components.
- NodeJS
- Navigate to the preferred local directory where your project will reside.
- Clone the following repository:
$ git clone https://github.com/Exact-Science/questions-and-answers-be.git
- Navigate inside the root directory of the project './questions-and-answers-be/' and run the following commands:
$ npm install // install dependencies
$ npm run build-db // build database files
$ npm start // start the expressJS server and postgreSQL database
- Node.js
- Express Server
- PostgreSQL
Brian Bouchard