Skip to content

The webapp to booking movie online and payment with google pay then check QR code to coming

Notifications You must be signed in to change notification settings

sangqle/mysql-crud-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

😜 This is project of Database management.

πŸ‘ This PR looks great

😊 Booking online movie in cinema.

alt text

😊 Demo.

Client
Verify

Build Status

πŸ˜ƒ Requirement

Nodejs
Mysql Server
MySQL Workbench
PostMan TestAPI

How to run:

Config MySQL server

// Create a file in /server/src/mysql/config.js
{
  const config = {
    host: "yourHostName",
    port: 3306,
    user: "yourUser",
    password: "yourPassWord",
    database: "yourDatabaseName",
    multipleStatements: true
  };
/* User for AWS config S3
  const accessKey = "xxxxxxxxxxxxxxxxxx";
  const secretKey = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
  const Bucket = "??????";
  const ACL = "public-read-write";
  const ContentType = "image/jpg";
*/
  module.exports = {
    config,
  };
}

Config Server && Client

1. Open a terminal
    $ git clone https://github.com/lequangsang97/mysql-crud-nodejs.git
    $ cd mysql-crud-nodejs && code .
    $ cd server && npm install nodemon
    $ npm install
    $ npm run dev:start

2. Open another terminal
    $ cd client && npm install
    $ npm start

πŸ‘Œ API

About

The webapp to booking movie online and payment with google pay then check QR code to coming

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •