Skip to content

Sourav1910/OneShot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OneShot Dashboard

Features

  • Bar Graph disaplying Data of Engineering Colleges in India by State
  • On Clicking any of the state in the Bar graph , All colleges in that state are displayed
  • Bar Graph displaying the percentage of courses offered in total by all colleges
  • Input Box which takes the input of College Name and displays all info about college as well as list of students studying there

Env Variables

Create a .env file add the following

PORT = 3001
MONGO_URI = your mongodb uri

Install Dependencies (frontend & backend)

cd oneshot-backend
npm install
cd oneshot-frontend
npm install

Run


# Run backend (:3001)
npm start

# Run frontend (:3000) 
npm start


Screenshots

im im im im im

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published