https://github.com/ahmednuaman/battleships-server
A simple battleships server written in NodeJS and MongoDB
https://github.com/ahmednuaman/battleships-server
Last synced: about 2 months ago
JSON representation
A simple battleships server written in NodeJS and MongoDB
- Host: GitHub
- URL: https://github.com/ahmednuaman/battleships-server
- Owner: ahmednuaman
- License: mit
- Created: 2014-10-25T12:48:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-23T16:29:43.000Z (over 10 years ago)
- Last Synced: 2025-02-10T14:09:31.948Z (4 months ago)
- Language: JavaScript
- Size: 402 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Battleships Server
A simple battleships server written in NodeJS and MongoDB
[](https://travis-ci.org/ahmednuaman/battleships-server) [](https://codeclimate.com/github/ahmednuaman/battleships-server) [](https://codeclimate.com/github/ahmednuaman/battleships-server)
## How to set up
1. Download and install [Vagrant](https://www.vagrantup.com/) and [Ansible](http://www.ansible.com/home)
2. Clone this repo, open your terminal and `cd` into it
3. Run `make install`
4. Make some tea
5. Log in using `vagrant ssh`
6. Confirm that mongodb is running using `service mongod status` (if it's not, run `sudo service mongod start`)