Full stack application developed in Mongo, Express, React, Node
UI folder contains the UI code of the application developed in React.
Server folder contains the backend code of the application in node integrated with Mongodb.
To Start server: (inside Server folder)
npm install
node server.js
To Start application: (inside UI folder)
npm install
npm start