Skip to content

umangS77/Cafe-DB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions to run the file.

1. Write the username and password (same as the one through which you are logging in mysql) in the third line of main.py file.

2. Login to mysql using:
	mysql -u <username> -p <password>

3. Create the database CAFE in your system using command:
	source <path of CAFE.sql file>

4. Run the following command to use CAFE database:
	use CAFE;

5. On the terminal, run the python script as:
	python main.py

About

A fully functional database system, designed for a Cafeteria

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages