TicTacToe online game
- you must install nodejs in your system
- Terminal or gitbash for windows
- mongodb server
- HTML, CSS, JAVASCRIPT (frontend)
- NodeJS as backend
- mongodb as server
- Socket.io
- first you must clone the project using git
git clone https://github.com/moayadalsariya/tictactoe-online.git- Then cd to tictactoe-online
cd tictactoe-onlineinstall dependencies using npm install
npm installStart mongodb server
run the program
npm run starthttps://aqueous-escarpment-75431.herokuapp.com/