Skip to content

A simple CRUD app using nodejs, express and mysql

Notifications You must be signed in to change notification settings

olvera9/nodejs-mysql-crud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-mysql-crud

Run this project by this command :

  1. npm install
  2. npm start
  3. localhost:3000

To test:

npm test

Pre-requisites:

  • Start a mysql database
  • Execute database/db.sql script in msyql server to create database, table and user
  • If running in localhost, configure /etc/hosts to point paystand-mysql to localhost
  • Install certs
  • Configure jenkins to trigger jobs.

Screen shot

Home Page

Home Page

Add New Customer

Add New Customer

About

A simple CRUD app using nodejs, express and mysql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 36.7%
  • JavaScript 32.3%
  • Shell 29.1%
  • Dockerfile 1.9%