GithubHelp home page GithubHelp logo

spendwisely-server's Introduction

SpendWisely-Server

The project consists of a website targeting college students as its users. It's a web application that allows users to track their expenses, to manage and save money. Users can input their income and expenses along with the corresponding category for the transaction. The user will have access to reports and other diagrams which will indicate if the income was higher than the expenses or the other way around. The website will provide a detailed report of how much money was spent on each of the categories.

Backend Tech Stack:

  • JavaScript
  • Express.js
  • MySQL

Frontend Repository:

spendwisely-server's People

Contributors

dfgrisales5078 avatar

Stargazers

 avatar

Watchers

 avatar

spendwisely-server's Issues

Make sure Queries are using "Escape Values"

Example code:

// When query values are variables provided by the user, you should escape the values.
// This is to prevent SQL injections, which is a common web hacking technique to destroy or misuse your database.
var adr = "Mountain 21";
var sql = "SELECT * FROM customers WHERE address = " + mysql.escape(adr);
con.query(sql, function (err, result) {
  if (err) throw err;
  console.log(result);
});

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.