- clone this repo
git clone https://github.com/gohilumesh/blog
- cd into directory and install the dependencies
cd blog
yarn || npm i
-
Create
src/AppSync.js
file with your AppSync credentials -
run project
npm run start
- Unit Test each component
- Move rendering on Server for accessibility
- Update Post functionality needs to be implemented
- Delete Post functionality needs to be implemented
- UI needs to be polished
- Authenication and Authorization need to be implemented
- Image storing in Amazon s3 needs to be done
- Image upload functionality needs to be implemented
- Schema needs to be updated to add author name to post.
- Schema needs to be updated to add add user name to comment