Skip to content

🏆online website about competitive programming.

Notifications You must be signed in to change notification settings

gaserashraf/code_book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code_book

logo

🏆 Code Book.

GitHub contributors GitHub issues GitHub forks GitHub stars GitHub license

📝 Table of Contents

📙 About

online website about competitive programming. The site offers explanations about topics related to competitive programming and articles written by experts. In addition, the main core of the site is to solve problems about competitive programming, so the site contains problems with variant difficulty levels. The user can submit his solution output and the site checks that output. Each user can solve problems, see topics explanations, review articles, and can participate in official contests. On the other side come the developers, expert people for managing the site; these are responsible for putting problems and determine the input and output of each problem. Also, contributors write and edit materials of topics explanations.

🏁 Get Started

  1. Excute Database
  • Install mysql
  • Execute sql Script on mysql workbench
  1. Clone the repository
git clone https://github.com/gaserashraf/code_book.git
cd code_book
  1. Change data connection in (routes/server.js)
var connection = mysql.createConnection({
  host     : 'localhost',
  user     : 'root',
  password: 'password',//change to ur password
  database : 'NyZaKa',
});
  1. Running
npm install
nodemon index

go to your browser and go to http://localhost:5000/

💻 Built Using

  • MYSQL
  • Nodejs
  • Express
  • HTML
  • Some vanilla javascript
  • SASS
  • Bootstrap

📷 Screenshots

logo logo
logo logo
logo
logo
logo logo
logo
logo logo
logo
logo logo logo logo

✨ Contributors


Gaser Ashraf


Mohamed Nabawe


Yousef Elshabrawy‬


Yousef Elmahdy

About

🏆online website about competitive programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published