Skip to content

reed-mcdaniel-716/roll_with_the_punches_ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roll With The Punches E-Commerce: a mock e-commerce site for boxing gear

  • project configured to be run in GutHub Codespaces

Set-up

Back-end: Express + PostgreSQL

Database Schema

coming soon...

API Design

  • API documentation can be found at the /api-docs endpoint

Front-end: React + Chakra UI

How to run

  1. start backend
cd backend
npm install
npm start
  1. start frontend
cd frontend
npm install
npm start
  1. navigate to localhost:3000 to interact with the UI

Tips

  • To test API locally with Postman, grab the $GITHUB_TOKEN via the cli in the Codespace, and set it as X-Github-Token header in your Postman requests

  • db should only be acessible to external IPs during development

About

A Boxing Gear E-commerce site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published