Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 498 Bytes

File metadata and controls

11 lines (7 loc) · 498 Bytes

CircleClicker

A Node.js using Express to host a small Game and have a HighScore list using a MongoDB.

It's small Project to learn about Client-Server-DB connections, to be built on an AWS Beanstalk environment. The Skeleton Server was created using the Express Application Generator using the Pug template library and no CSS engine. Note that it is not a secure Application!

  • Port and Server URL are set in the www file in /bin
  • For the DB connection the String in config.js has to be set.