Skip to content

Backend server and front end web application for reporting statistics of issued data from smart-breathalysers

License

Notifications You must be signed in to change notification settings

nadunz/Smart-Breathalyzer-WebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data-Reporting-Webapp-of-Smart-Breathalyser

Backend server and front end web application for reporting statistics of issued data from smart-breathalysers

Installation

  • On windows :

    • Install NodeJS
    • Install npm and npm install express-generator -g to install express generator
    • Download all the files & go to webapp directory
    • Then, npm install as dependencies in to webapp directory
    • Then, type set DEBUG=webapp:* & npm start
    • Check http://localhost:3000 in your browser

    Additional For npm :

    • npm --save install mongoose in to webapp directory
    • npm --save install request in to webapp directory

Database

  • MongoDB :

    • Install MongoDB
    • Create Database breathalyzer_db on MongoDB

Running

  • Start our app server {command : npm start @ webapp directory}

To See Data

- check `localhost:3000`

Data Seeding

If you want to seed some data to database,

  • Start MongoDB server
  • Then run node cases_seeder.js @ seed folder

Google API Key

  • You have to get Google Map API Key & use it to 31 line of index.js @routes folder

Web URL

https://smart-breathalyzer-web-app.herokuapp.com/

Snapshots

bmslogin

bmsdashboard

About

Backend server and front end web application for reporting statistics of issued data from smart-breathalysers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages