~Installation ~Contributions ~Features ~License ~Questions
To edit/use the application, please follow the steps to pull the repository from GitHub through Git Bash and pull the script into VSCode, provided all three items are already installed on a local network. It also requires Node.JS to be installed on the local network
Instillation steps are as follows:
-
Access the repository at [Git Hub] https://github.com/SamiSully/OnlyDungeons2.
-
Click on the code section (in green) and copy the SSH key.
-
Once the SSH key is copied, open the terminal through Git Bash.
-
Find or create the folder the user wants to work in and enter the following commands the the Git terminal:
- Clone the repoistory :
git clone [copied link]
(this will allow access the repository to the local computer.)
- Open the reposity in VS code from git:
code .
(This will extract the code and link the paths to VSCode for review/editing/uploading)
- Install the modules and packages
npm install
(In the the terminal, please run "npm install" (as the dependencie should be there) to download the modules necessary for this project to work.)
- Connect the local database with MongoDB (user must have this set up as it is not provided)
- Start the application
npm start
(Once the modules are downloaded and the database is connected, please open up the terminal again and run "npm start".)
Please click on the link below to be redirected to the live application:
We would like to express our gratitues to our GA Tech/Trilogy Instructor and TA's as well as GA Tech/Trilogy's tutors: Erik Hoverston, Justin Ryes, Andrew Styles and Miguel Chavez for their advice and knowledge.
2) Player Characters can also choose which category that suites their play style as well as when they are avialable to play.
2) Dungeon Masters can also add their custom Spotify list as well as add their custom discord server.
3) Dungeon Masters can also choose which category that suites their play style as well as when they are avialable to play.
| When a user is looking for the Dungeon Master that fits and is similar to their desires, the user will be able to filter and search through a mariade of Dungeon Masters.
| Once the Dungeon Master's rooms are customized to the user's liking, they will be able to interact with their custom Spotify playlist as well as able to have their server set up through Discord for live active chat.
| Users will also have access to information of the game, including spells, monsters, races, weapons, armor and classes
This application is licensed under MIT