Hall of Whispers is a collaborative React project designed to allow users to connect with others and create Dungeons and Dragons style adventures. RESTful server requests and responses enable CRUD functionality saved in a Mongo Database. A persistent connection with websockets (in the form of websocket.io) allows users to communicate with one another through direct messages enabled via handshaking.
Hall of Whispers (HoW) What is HoW? Why is HoW? How do you HoW? Who is Gamora?
- Installation
- Technologies
- Standards
- Images
- Contributors
- License
- Live Deployment & Repo Links
- Contact
-
Clone from this repo.
-
Next: Installing root dependencies and seed.
- From the root directory of this project run
npm i
to install dependencies. - Then
npm run seed
for all seed data from MongoDB.
- Navigate to
/client
directory in another terminal. This is one of the first subdirectories.
- run
npm i
in terminal for all client dependencies.
-
In root directory run
npm run dev
for backend server. -
In
/client
directory runnpm run start
to launch the local host application and display.
-
React
create-react-app
executable in node.
- Meets MVC Folder Structure Paradigm Standards
This project would not have been possible without the help of everyone on this team. In no particular order:
GNU General Public License v3.0
Heroku: https://hallofwhispers.herokuapp.com/ Repo: https://github.com/vgines73/HallofWhispers