Skip to content

JDPowell648/geolocation_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geolocation_game

Frontend Notes

Backend Notes

  • To run server navigate to backend directory and run npm run server or nodemon server.js.
  • To test backend navigate to backend directory and run npm test.
    • No need to worry about databases, it should automatically drop and create a test database so it doesn't interfere with the production database.

Installations Required to run server

  • Npm: npm install -g npm
  • Sql2: npm install sql2
  • Express: npm install express
  • Nodemon: npm install -g nodemon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published