- This Web App is made for the purpose of Precily AI web development assessment. Link deployed here.
- Tech stack used : React, NodeJS, MongoDB,
- Server is deployed on Heroku and Database on MongoDb Atlas
- Resizable components.
- Number of times component updated visible.
- Modular approach for coding.
- Code is easy to understand without any complexity.
Before proceeding please download and install NodeJS and MongoDB because it is required.
-
Download/Clone the Repository
-
Navigate into the Repository folder on your disk using Terminal
-
Make sure that you have the Node and MongoDB installed
-
Run the following command to run the setup,
npm install
-
Go to server(NodeJs) folder
-
Create .env file for environment setup
MONGODB_URL = mongodb://localhost:27017/gridDB
Now everything required should be installed, go ahead and run the following command whenever you want to run the app,
node server.js
Now run npm install on root folder(react app too) , go ahead and run the following command whenever you want to run the app,
npm start
####Resize Grid