code_book

logo

πŸ† Code Book.

GitHub contributors GitHub issues GitHub forks GitHub stars

πŸ“ 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


Mohamed Nabawe


Gaser Ashraf


Yousef Elshabrawy‬


Yousef Elmahdy