Skip to content

szerfas1/barback

 
 

Repository files navigation

Project Name Pithy project description

Team Product Owner: J.P. Da Prato Scrum Master: Duke Goulden Development Team Members: Carlos Astrada, Michael Banzon, Fredrick Lou

Table of Contents Usage Requirements Development Installing Dependencies Tasks Team Contributing

Usage 1.Start MYSQL/MariaDB a. In terminal run: 'mysql.server start' b. Then in terminal run: 'mysql -u root -p' c. press enter when password is requested 2.In SQL, create database "barback" 3.Create .env file in root directory with the following:

HOST=localhost PORT=7337

3.NPM Install

  • NPM Install will first install dependencies then,
  • Postinstall will auto-run -Postinstall will perform the following actions
    1. Parcel Build - (webpack alternative to build react dist)
    2. NPM run copy:media - Copies image files into dist folder
    3. NPM run db:setup - Seeds the database with initial data
  1. Connect to the front end through http://localhost/1234 (parcel defaults to port 1234)

Requirements Node >= V8 MYSQL or MariaDb

Development Installing Dependencies From within the root directory:

npm install Roadmap View the project roadmap here

Things of Note

Make sure you check out the wiki for things of note

Contributing See CONTRIBUTING.md for contribution guidelines.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.5%
  • API Blueprint 8.6%
  • CSS 1.5%
  • HTML 0.4%