https://github.com/mendhak/secretsanta
https://github.com/mendhak/secretsanta
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mendhak/secretsanta
- Owner: mendhak
- Archived: true
- Created: 2016-02-25T17:19:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-25T20:35:19.000Z (almost 10 years ago)
- Last Synced: 2024-12-19T07:25:31.029Z (about 1 year ago)
- Language: JavaScript
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SecretSanta
## How to build
1. Install mongodb (3.0.7) from https://www.mongodb.org/
1. Install nodejs (version 4.3.1) from https://nodejs.org/en/
1. Install the following to the global npm cache
1. bower
1. gulp
1. nodemon
1. Clone this project into a directory
1. Change into the directory
1. Run `npm install`
1. Run `bower install`
## How to run
1. In a shell run `mongo --dbpath "db location"`
1. In another shell on the project directory run `nodemon` (This will automatically run the server.js) or run `node server.js`
1. Navigate to localhost:8080 on a chrome browser to run the application.
## How to test
1. Run `npm test` to execute the karma test.
## How to create a mean project from scratch
Still to come...
## How to set up angularjs client side unit testing
Still to come...
## How to set up node server unit testing
Still to come...