Over The Counter Drugs website
This MEAN stack application contain the following:
Angular 5,
Express JS,
Mongoose,
Node JS production server,
Webpack - Dev server,
Webpack,
Jasmine for testing,
RxJS,
Angular-Redux,
Bootstrap
check package.json file for more info
This application is deployed on AWS-EC2 instance using bitnami image.
First you need to setup a local MongoDB DB with name otc-website
then add two collections: medicines and customers.
Run npm install
Run npm run start
Run npm build
Run npm test
Run after build npm run start:prod