Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 913 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 913 Bytes

CS546B_Final_Project

This project is a final project for CS 546 Section B at Stevens for the Spring 2020 Semester The application is a hangman game, made for entertainment purposes

Installing & Running

First download the code as a zip folder and place where you see fit

Then install node.js at https://nodejs.org/en/download/

Once Node.js is installed, go to your terminal and navigate to the folder with the project in it and run

npm install

This will install all of the dependencies for the project

Then, you must seed the database using the following script:

npm run seed

To start the application, go to your terminal and navigate to the folder with the project in it and run

npm start

This starts a server and listens on port 3000 for connections. Then, load http://localhost:3000/ in a browser to see the output.

example login ingo: email: [email protected] password: burger