Skip to content

cannjeff/cq-server

Repository files navigation

cq-server

NodeJS server for CryptoQuip (CQ) using MongoDB and ExpressJS

Server Configuration

MongoDB connection settings are now pulled from the server-config.json file. It should look something like this:

{
	"environment": "development",
	"mongoConfig": {
		"host": "localhost",
		"port": 27017,
		"dbname": "cryptoquip"
	}
}

About

NodeJS server for CryptoQuip (CQ)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published