Skip to content

A full-stack application that is meant to mirror popular modal image views.

Notifications You must be signed in to change notification settings

fec4-gandolf/images-modal

Repository files navigation

images-modal

A full-stack application that is meant to mirror popular modal image views.

Project Name

Project description

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

  1. To set up environmental variables create file within root directory '.env' Contents of file for a local setup should go as follows
   DB_host=localhost
   DB_database=fecimage
   DB_user=`user`
   DB_password=`password`
  1. To initialize database schema, from root directory run
mysql -u `userName` -p < schema.sql
  1. To set up database seeding range, modify values for max and min located in server/seeder.js to reflect which database autoincremented ID to start and finish at.

  2. To intitalize seeding, from root directory run

node server/seederinit.js
  1. to compile files using webpack run
npm run react-dev
  1. to run server run
npm run start:dev

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • etc

Development

Installing Dependencies

From within the root directory:

npm install

About

A full-stack application that is meant to mirror popular modal image views.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages