Skip to content

BenAM63/save-the-world-clicker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

26142group52

Member 1: Amilqar Karam
Member 2: Benjamin Moffett
Member 3: Antonio Migotto
Member 4: Jonathan Joseph

Running The Project Locally

  1. Clone the repository to your local machine
  2. Via the command prompt, navigate into the directory where the project lives
  3. type npm install into the command prompt and hit enter to pull the required dependencies
  4. type node app.js and hit enter to run the webserver
  5. Finally, navigate to http://localhost:3000/ in your chrome browser

Secret Keys

  1. mongodb atlas connection string: "mongodb+srv://admin-amilqar:123hurBnomC@cluster0.rmpoy.mongodb.net/SaveTheUSDB"
  • this is used to access the cloud databse in any way
  1. jwt encryption secret: "save the world secret"
  • this is secret string encrypts user information stored in a cookie that lives in the browser

Login Instructions

  1. Once faced with the hompage, register as a new user in order to access the game

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.9%
  • EJS 28.3%
  • CSS 13.8%