https://github.com/codeandcats/cribfinder
A site for helping you find the perfect home
https://github.com/codeandcats/cribfinder
Last synced: 11 months ago
JSON representation
A site for helping you find the perfect home
- Host: GitHub
- URL: https://github.com/codeandcats/cribfinder
- Owner: codeandcats
- License: mit
- Created: 2015-07-20T13:39:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-04T23:20:57.000Z (almost 10 years ago)
- Last Synced: 2025-07-20T01:34:38.553Z (12 months ago)
- Language: TypeScript
- Size: 4.82 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CribFinder
#### A site for helping you find the perfect home


## Build Instructions
1. Install [Python 2.x](https://www.python.org/downloads/)
2. Install [MongoDB](https://www.mongodb.org/downloads)
3. Set up your database directory
```
cd c:
mkdir data
mkdir data/db
```
4. Install [Node.js](https://nodejs.org/en/)
5. Install Packages:
```
npm install
```
6. Install global packages
```
npm install tsd gulp -g
```
7. Install TypeScript Definitions:
```
tsd install
```
8. Run gulp to build the project
```
gulp
```
## Running Site
1. Run:
```
node bin/www
```
2. Browse:
[http://localhost:3000](http://localhost:3000)