productly-app

Getting Started

  1. Clone repo :
git clone https://github.com/shhdharmen/productly-app.git
cd productly-app
  1. Backend : It will be running at localhost:3031. You will need MongoDB installed in your machine.
cd backend
npm i
npm start
  1. Frontend : It will be running at localhost:4207
cd frontend
npm i
npm start