Skip to content

samutamm/inventory_visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Start server

cd server
# (optional) create and activate a virtualenvironment
virtualenv venv
source venv/bin/activate

pip install -r requirements.txt
python server.py

Now Swagger API description is available in http://localhost:5000. (documentation is TODO)

Run server side tests :

cd server
python -m unittest test_server.py

Unittest module should come by default with Python.

Start serving frontend

cd frontend
npm install
npm run serve

TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published