Skip to content

phofferkamp/MeanServer

Repository files navigation

MeanServer

Description

An ExpressJS server exposing an awards ceremony game API that communicates with a MongoDB, including a web monitor service and email notifications.

Thanks to https://github.com/didinj/mean-angular4-chat-app for help.

Support EFF at https://supporters.eff.org/donate/support-work-on-certbot !

Install Frameworks

Node.js: https://nodejs.org/en/download/package-manager/

MongoDB: https://docs.mongodb.com/manual/administration/install-community/

Obtain SSL Certificate

https://certbot.eff.org/

Install Node.js Packages

$ npm install

Register Services

$ node install_mean_svc.js
$ node install_monitor_svc.js

Start Services

$ sudo service mongod start
$ sudo service meanserver start
$ sudo service webmonitor start

License

MIT © Paul Hofferkamp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published