Code Monkey home page Code Monkey logo

peopleflowmonitoringsystem's Introduction

Hi ๐Ÿ‘‹, I'm Stefan

northsideone

northsideone

  • ๐Ÿ”ญ Iโ€™m currently working on EasyMoney

Connect with me:

https://www.linkedin.com/in/stefan-andrei-921b6b172/

Languages and Tools:

arduino bash c java jenkins mysql spring

northsideone

ย northsideone

northsideone

peopleflowmonitoringsystem's People

Contributors

northsideone avatar

Watchers

 avatar

peopleflowmonitoringsystem's Issues

Document the code

  • Read the backend code and modify it if need it.

  • Document the code on components in wiki.

PFMS/develop_PFMS0003

  • Create new method in db.config for creating all needed tabels if not exist.
  • Add new tables for :
  • collecting data from nodes,
  • details about nodes : name ,location,activ or not ,id;
  • filtered data for users;

PFMS 0002 Mysql async/await

The file dbConfig need to have a function for mysql.query where a new connection is created and a query function is returned as a promise to be able do use async/await when I get data from the database.
Something like this:
const util = require( 'util' );
const mysql = require( 'mysql' );
function makeDb( config ) {
const connection = mysql.createConnection( config );
return {
query( sql, args ) {
return util.promisify( connection.query )
.call( connection, sql, args );
},
close() {
return util.promisify( connection.end ).call( connection );
}
};
}

Useful links:

*Mysql async/await
*Mysql with promise

PFMS0001 MCV for pfms

  • Create an MCV model that is working for the project.

Requirements:

  • I want the to create an MCV model that can be used to get all data from the database, to upload data in the database and display can get data for the user.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.