A web application built with react, where a user can make an account and post items to be shared and seen by other users.
By: Stuart Johnston
- React
- Redux
- Apollo client
- Node
- PostgresSQL
- Apollo Server
- GraphQL
- Express
npm install
npm run start:dev --prefix client
npm run start:dev --prefix server
- Creating a database and using SQL queries
- GraphQL api using Apollo
- React to handle ui
- Redux to handle state of ui
- User authentication and storing passwords
- Items cannot be borrowed
- More styling to be done and responsivness
- Newly created users and items needs feedback on success