Skip to content

Sumit-Saurabh98/admitkard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Text Analyzer App

Video Presentation

Drive Link:- https://drive.google.com/file/d/1wwbt0ubm9l--ZQs1xKRR4Hsr92_Kd_FV/view?usp=sharing

There are two ways to see the project.

1. Live deployed link (Preferred)

I have deployed the frontend and Backend. you can use the app by this link.

Note:- The app is deployed on free hosting services. You might face a delay during an API call.

2. How to Setup locally(required MongoDB cluster URL to connect to the database)

--> Step 1:- go to the server directory and run the "npm install" command with double quotes.
--> Step 2:- Step up the environment variable (MONGODB_URL)
i. Create a .env file inside the server directory.
ii. in .env file, create a variable MONGODB_URL = <your "mongodburl"> without any quotes.
--> Step 3:- run the "npm start" command without double quotes.
--> Step 4:- go to the client directory and run the "npm install" command with double quotes.
--> Step 5:- Step up the environment variable (REACT_APP_BASE_URL)
i. Create a .env file inside the client directory.
ii. in .env file, create a variable REACT_APP_BASE_URL = http://localhost:8080
--> Step 6:- run the "npm start" command without double quotes.

Tech stack used:-

  1. React.js
  2. Node.js
  3. Express.js
  4. MongoDB
  5. Material UI
  6. React Icon

screenshot

Screenshot 2023-09-24 at 3 35 19 PM Screenshot 2023-09-24 at 3 35 27 PM Screenshot 2023-09-24 at 3 35 34 PM