A Node app built with MongoDB and Angular.
Node provides the RESTful API. Angular provides the frontend and accesses the API. MongoDB stores the data.
MONGO_CONNECTION_STRING
to overwrite the default config (or) Install docker container using the command npm run docker
git clone https://github.com/gmashokkumargm/FashionCloud.git
npm install
npm start
http://localhost:8080
npm run test