A program that allows users to share an item with the ability to borrow/return.
- PosgreSQL
- GraphQL
- Express
- Node
- Apollo
- React
- Material UI
- Redux
- Context
Commands must be run from the server directory:
npm installnpm run start:devJust linting:
npm run lintRun linting, and fix any errors:
npm run lint:fixRun Jest tests:
npm run jest
Run Jest tests, and watch for changes:
npm run jest:watchRun all tests:
npm run testCommands must be run from the client directory:
npm installnpm startnpm run buildJust linting:
npm run lintRun linting, and fix any errors:
npm run lint:fixRun all tests:
npm run test