shhdharmen / productly-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 62.4%Language:JavaScript 24.9%Language:HTML 10.9%Language:CSS 1.8%