A Node.js project
Restful CRUD API for a simple Tic-Tac-Toe web application game using Node.js , Express and MongoDB.
- Install MongoDB
- Make a connection with the database by embedding the appropriate address (in the database) from the settings file located in:
./config/database.config.js
git clone [email protected]:yariv1025/tic-tac-toe-back-end.git
npm install
npm start server.js
You can browse the apis at http://localhost:3001