Users can log in and see items that other users have posted up for borrowing. Users may also post their own items for others to borrow.
Uses React styled with material-ui to make SQL Queries to a Postgres Database
- CRUD System
yarn install
Commands must be run from the server
directory:
yarn start:dev
Commands must be run from the client
directory:
yarn run build