rpt14-codeblooded / photo-gallery-service

MIT License
0 stars 1 forks source link

Project Name

Project description

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

Some usage instructions

*** Navigate to server/index.js -- on line 12, change the host string to either your own mongo db (in localhost or in a remote).

Requirements

An nvmrc file is included if using nvm.

Development

Seed the directory : $ node seeder.js (only run once)

Installing Dependencies

From within the root directory:

npm install -g webpack
npm install