An open API service indexing awesome lists of open source software.

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

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!