mrvncaragay / see-all-photos-services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

see-all-photos-services

[] install all dependencies below (npm install) [] generate a config.js file from the template with S3 keys from AWS [] npm start to start server [] npm run build:react to start compiler/transpile

DOCKER SPECIFIC: [] to work with docker, the mongo DB address needs to be changed in the seeders/dummyData.js folder (it's the docker DB) [] use the same docker DB address from above in the server/index.js file for docker as well

Project description A component app that displays scrollable and clickable photos for users.

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

Some usage instructions

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • etc

Development

Installing Dependencies

From within the root directory:

npm install -g webpack
npm install

About


Languages

Language:JavaScript 95.4%Language:CSS 4.4%Language:HTML 0.3%