Skip to content

modern-sapien/OnlyDungeons2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Only Dungeons


License: MIT

Languages Top Language Code Size Repo Size Total Lines Express V Mongoose V Morgan V Last Commit



Table of Contents

~Installation ~Contributions ~Features ~License ~Questions


Installation


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:

  1. Access the repository at [Git Hub] https://github.com/SamiSully/OnlyDungeons2.

  2. Click on the code section (in green) and copy the SSH key.

  3. Once the SSH key is copied, open the terminal through Git Bash.

  4. Find or create the folder the user wants to work in and enter the following commands the the Git terminal:

    1. Clone the repoistory :
    git clone [copied link]
    

    (this will allow access the repository to the local computer.)

    1. Open the reposity in VS code from git:
    code .
    

    (This will extract the code and link the paths to VSCode for review/editing/uploading)

    1. 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.)

    1. Connect the local database with MongoDB (user must have this set up as it is not provided)
    
    
    1. 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".)


Deployed Application


Please click on the link below to be redirected to the live application:
  1. https://onlydungeons.herokuapp.com/

Contributions


Contributors

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.


Features



Welcome to the Only Dungeons!

itemLink itemLink itemLink


With a host of features, we would love the user to come and play


| A new user will be able to creat a new account or login with the application

itemLinks


| A new user can chose to be either a Dungeon Master or a Player Character

**Each role is unique**

itemLinks

| Player Characters:

1) Player Characters can add a tag line for their profile as well as select a role of their choice.

2) Player Characters can also choose which category that suites their play style as well as when they are avialable to play.

itemLinks

| Dungeon Masters :

1) Dungeon Masters can add the room name and tag line for their profile.

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.

itemLinks

| 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.

itemLinks

| 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.

itemLinks


| Users will also have access to information of the game, including spells, monsters, races, weapons, armor and classes


| Spells

itemLinks


| Monsters

itemLinks


Built With:


License


This application is licensed under MIT


Questions


If you would like to know more, please contact or see any other projects of the Team below:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.5%
  • CSS 10.7%
  • HTML 0.8%