Coder Social home page Coder Social logo

melvincwng / capstone-assignment-class-1-team-1 Goto Github PK

View Code? Open in Web Editor NEW
5.0 0.0 0.0 72.92 MB

IT8907-FCP Assignment created by class-1-team-1

Home Page: https://melvincwng.github.io/capstone-assignment-class-1-team-1/website/index.html

JavaScript 95.84% HTML 0.75% CSS 3.41%
capstone-project final-year-project singapore-polytechnic distinction

capstone-assignment-class-1-team-1's Introduction

๐Ÿ‘จโ€๐Ÿ’ป I'm a software engineer who enjoys learning new languages, libraries, and frameworks. I'm currently learning:
๐Ÿ’ป Interesting technologies which I hope to learn in the future:
๐ŸŒ My Personal Website / Additional links:
๐Ÿ“ˆ My GitHub Stats:
Melvin's GitHub stats - Dark Melvin's GitHub stats - Light


ย  ย  ย  ย  ย  ย  ย  ย 
ย  ย 
๐Ÿ’ฌ Inspirational quotes that keep me motivated to code:
  • The key to success in life is having that lifelong passion for learning that extends beyond good grades, test scores, and graduation dates - M, 2021 ๐ŸŽ“

  • To become a great software engineer, you must continuously read, learn, and code - M, 2022 ๐Ÿ“š

  • Software development changed my life. Now, I want to use software development to change the lives of others - M, 2023 ๐Ÿ˜Š

  • A man with true strength will not bully the weak; instead he uses that strength to help those in need - M, 2024 ๐Ÿ’ช๐Ÿป

capstone-assignment-class-1-team-1's People

Contributors

melvincwng avatar p7461085 avatar vincentkua avatar

Stargazers

 avatar  avatar  avatar  avatar

capstone-assignment-class-1-team-1's Issues

Personal Data when uploading databaseConfig.js

@melvincwng
Please advise if we can prevent the sensitive personal data (Password) from accidentally upload.

var mysql = require("mysql");
var dbconnect = {
getConnection: function () {
var conn = mysql.createConnection({
host: "localhost",
user: "root", // Change to your specific MySQL workbench username for it to work
password: "XYZ123", // Change to your specific MYSQL workbench password for it to work
database: "bdd_assignment",
});
return conn;
},
};
module.exports = dbconnect;

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.