Skip to content

rainyman2012/Network-Monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a project to get all network data and show it off in a beautiful user-friendly interface..

how to set up?

1: Create a virtualenv then use below command to install required packages for python through pip command.

  pip install -r requiremnts.txt

2: Use npm to install required packages for our nodejs packages

  npm -i
  npm run build

3: use django-admin command to create new app.

  django-admin startapp YOUR_APP_NAME

4: migrate all necessary ORM database:

   python manage.py migrate

5: use npm command to create an optimized build.

    npm run build

About

This is a project to get all network data and show it off in a beauty user-friendly interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published