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-online
install dependencies using npm install
npm install
Start mongodb server
run the program
npm run start
https://aqueous-escarpment-75431.herokuapp.com/