Skip to content

sefl16/IoT---Web-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

131 Commits
 
 
 
 
 
 

Repository files navigation

Startup

Requirments

  • Python3
  • PHP
  • PIP3
  • node.js(NPM)
  • mysql

Setup NPM dependencies:

  • Stand in Frontend map "/Frontend"
  • NPM install

Setup python script:

  • Pip3 install Flask
  • Pip3 install Flask_restful
  • Pip3 install Flask_cors

Start python script:

  • Stand in backend
  • Python3 main.py

Start database from PHP

  • Stand in project directory
  • php -S 127.0.0.1:8080 -t .\backend

Start the web application

  • Stand in Frontend
  • ng serve
  • Go to browser and visit localhost:4200

List of dependencies

  • Angular 7
  • @auth0/angular-jwt Helper library for handling JWTs in Angular

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors