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 install
npm run start:dev
Just linting:
npm run lint
Run linting, and fix any errors:
npm run lint:fix
Run Jest tests:
npm run jest
Run Jest tests, and watch for changes:
npm run jest:watch
Run all tests:
npm run test
Commands must be run from the client
directory:
npm install
npm start
npm run build
Just linting:
npm run lint
Run linting, and fix any errors:
npm run lint:fix
Run all tests:
npm run test