This is a basic online store - Penny Pinchers (Beta)
Penny Pinchers Beta is an online store implemented as a PERN application
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
To run this application
npm run start:dev
https://penny-pinchers-beta.onrender.com/
This work is covered under license. Click the license badge for details about the license.
If you have additional questions, email me at jfmorganti@gmail.com