Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A Full-Stack CRUD App for donating used youth athletic equipment that your family has outgrown. Like a buy-and-sell without the money. React | MUI | Node | Express | Sequelize | Postgres

Notifications You must be signed in to change notification settings

nicodann/handydown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HandyDown

A Full-Stack CRUD App for donating used youth athletic equipment that your family has outgrown. Like a buy-and-sell without the money.

React | MUI | Node | Express | Sequelize | Postgres

Installation

  • Fork and Clone repo
  • install dependencies with npm install in /ui directory
  • install dependencies with npm install in /api directory

Postgres

  • Create a database with the name 'handydown'

Running Webpack Development Server

  • run api with "npm run local" from within /api
    • this will run all the migrations and create the tables
    • run npx sequelize-cli db:seed:all to seed database
  • run client with "npm start" from within /ui

Screenshots

Main Page

Main Page

Wanted Ads

Wanted Ads

Post Item Form

Post Item Form

Edit Item Form

Edit Item Form

My Messages

My Messages

About

A Full-Stack CRUD App for donating used youth athletic equipment that your family has outgrown. Like a buy-and-sell without the money. React | MUI | Node | Express | Sequelize | Postgres

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published