hamzahc1 / hangman-game

A simple hangman game built with Angular and Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hangman

A Hangman game built in AngularJS with Node and MongoDB on the back-end.


##Screenshots



-Database in MongoDB running with Mongoose ORM
-Server built with Node.js and Express

##Install & Run

Clone this repo to your own machine and ensure you have mongo installed on your machine with the mongo server running.

Then run following terminal commands from inside the repo:

npm install

After packages have installed, start up node server using the following terminal commands:

cd server/
nodemon server.js

Then navigate to localhost:3000 in your browser to play the game

About

A simple hangman game built with Angular and Node.js


Languages

Language:JavaScript 70.1%Language:HTML 27.6%Language:CSS 2.2%