Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 473 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 473 Bytes

chess

Chess (AngularJs, Angular Material, NodeJs, Express, MongoDb)

Summary:

It is an application developed with NodeJs, AngularJs and MongoDb. 
It allows to register, authenticate, invite a user to play, accept or decline invitation and play chess.

To run the server, execute the following steps:

1. cd chess
2. npm install
3. Create a mongodb database in 127.0.0.1 named chess
4. node app.js

The application is still in development.