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
- Fork and Clone repo
- install dependencies with npm install in /ui directory
- install dependencies with npm install in /api directory
- Create a database with the name 'handydown'
- 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:allto seed database
- run client with "npm start" from within /ui




