Skip to content

yariv1025/tic-tac-toe-back-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe Web Application Server

A Node.js project

Restful CRUD API for a simple Tic-Tac-Toe web application game using Node.js , Express and MongoDB.


Prerequests:

  • 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

How to run the back-end server

Clone the project
git clone git@github.com:yariv1025/tic-tac-toe-back-end.git
Install dependencies
npm install
Run the Server
npm start server.js

You can browse the apis at http://localhost:3001

About

A Tic-Tac-Toe back-end server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published