Skip to content

massoudsalem/ChocoBytes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChocoBytes

empty logo

Website project made by the following languages

{

1- HTML, CSS, JavaScript (frontend)   
2- Python, MySQL (backend) 

}

This project made for people and children which are in their road to learn Programming in general

The website will concentrate on the following languages

{

1-  C++  
2-  Java 
3-  C#

}

for the complete beginners and give them the required knowledge to compete in the competitive programming tournaments

also the site has a branch (how to program) for children To teach programming (using MIT tools : App inventor and scratch) for children and then they can enroll the beginners courses

To run the Project

  • At first you shoud excute the few lines in the file Chocobytes_db.sql to create the database for the project. You can do this using MySQL workbench or using mysql command line

  • Then run the file main.py
    You can do this using command python main.py do not forget to change username and password in the folowing line inside the file to yours

    db = MySQLdb.connect(host="localhost", user="root", passwd="3328", db="chocobytes")

  • Finally goto your browser and open the localhost to find the project working .

  • Make sure you have installed the following packages

    • MySQLdb
    • flask you can use the command pip install packageName

About

This is our Computer-applications (1) Course project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors