Skip to content

rishabhsahlot/DjangoMongoDBDashBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DjangoMongoDBDashBoard

Assingment 3 of CSCI-724 Pre-requisite Libraries. Python= pandas, django, django-cors-headers, djangorestframework, djongo, tqdm Node= node & npm packages, run ‘npm install’ inside the front-end directory or refer to package.json. MongoDB How-to-run

  1. Go to the WSDashBoard folder, run ‘python manage.py migrate’.
  2. Then start the back-end server by using ‘python manage.py runserver 8080’, which starts the backend at port 8080.
  3. Go to the frontend folder, run ‘npm start’.
  4. Then open your browser and open ‘http://localhost:3000’.