https://github.com/bzon/yelpcamp
Web Development practice using MongoDB, Express and NodeJS
https://github.com/bzon/yelpcamp
Last synced: 6 months ago
JSON representation
Web Development practice using MongoDB, Express and NodeJS
- Host: GitHub
- URL: https://github.com/bzon/yelpcamp
- Owner: bzon
- Created: 2017-01-02T11:28:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-26T02:46:36.000Z (almost 9 years ago)
- Last Synced: 2025-01-22T08:28:14.166Z (over 1 year ago)
- Language: HTML
- Size: 4 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build Guide
## Requirements
- MongoDB with no authentication and running on port 27017 (default)
- NodeJS v7.x+
## Build
Ensure that the MongoDB is running.
```bash
npm install
export PORT=8085
node app.js
```
Browse http://localhost:8085 and sign up!