Skip to content

huyoniichannuwu/Restaurant-Management-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

IMPORTANT: create a json file before debug the program

json file will be like this

{

  "mysqlx": {

  "host": "tcp://127.0.0.1:3306",

  "password": "yourpassword",

  "schema": "RestaurantOrderManagement",

  "username": "root"

  }

}

you will put json file with name db_config in a folder name config and you will put that folder inside RestaurantOrderManagement/RestaurantOrderManagement

SOURCE CODE: in branch "develop", include .h and .cpp files as OOP structure. providing encapsulation and modularity files

About

Son Tung ATM restaurant system (using C++, mySQL, Docker)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors