Skip to content

ethansaurusrex/injury-info-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Contributors: Dylan Wilbur, Keaton Heisterman, Ethan Matus Jai Parera

Configuration

You will need to add a file config/keys.js with the following information:

module.exports = {
  mongoURI: "YOUR_MONGO_URI_HERE",
  secretOrKey: "secret"
};

Getting Set up: install dependencies

npm install
npm run client-install

Note: npm run client-install will likely complain about npm audit vulnerabilities. This is not an issue: see this github issue

Starting the server

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.5%
  • CSS 1.3%
  • HTML 1.2%