justanda / Penny-Pinchers-Beta

0 stars 0 forks source link

Penny-Pinchers-Beta

This is a basic online store - Penny Pinchers (Beta)

License

Description

Penny Pinchers Beta is an online store implemented as a PERN application

Table of Contents

Installation

To install this application, clone the git repository, run the following:

--- Update .env file --- Install and run

 git checkout -b "branch_name"
 npm install
 npm run build

--- Create postgres db and seed

 cd server/db
 psql -U postgres
 \i schema.sql
\q
 npm run seed

--- Start the servers

 cd ../../ to root
 npm run start:dev

Usage

To run this application

 npm run start:dev

Live Url

https://penny-pinchers-beta.onrender.com/

License

This work is covered under license. Click the license badge for details about the license.
License

Contributors

Seth D Joslin

Justin Miranda

John Morganti

Questions

If you have additional questions, email me at jfmorganti@gmail.com