- log-go is an app where users can create collections of their favorite movies or books
- Users can update or delete their own created resources
- Users must be authorized to delete or edit content
- TypeScript
- Vite
- Material UI
- React
- React Router
- CSS
- PostgreSQL
- Sequelize
- Node
- Express
- JWT Auth
- JavaScript
- Git
- bit.io
- Cloudinary
- Evironment Variables
- Allow users to create a collection of favorite books
- Allow users to update their favorite books
- Allow users to delete their favorite books
- Allow users to add images to their created resources
- Allow users to update their own profile name
- Allow users to update their own profile photo
- Allow user to delete their own profile
- Allow users to like/unlike another user's resources
- Allow users to leave comments on resources
- Allow users to update their own comments
- Allow users to delete their own comments
- Allow users to like/unlike comments
- Allow users to perform CRUD on various other resources
- View the attributions
- View the back-end