Skip to content

Blog post app created using AWS Appsync, react

Notifications You must be signed in to change notification settings

gohilumesh/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + AWS AppSync + GrapQL Blog App

To run this project

  1. clone this repo
git clone https://github.com/gohilumesh/blog
  1. cd into directory and install the dependencies
cd blog
yarn || npm i
  1. Create src/AppSync.js file with your AppSync credentials

  2. run project

npm run start

Todo

  1. Unit Test each component
  2. Move rendering on Server for accessibility
  3. Update Post functionality needs to be implemented
  4. Delete Post functionality needs to be implemented
  5. UI needs to be polished
  6. Authenication and Authorization need to be implemented
  7. Image storing in Amazon s3 needs to be done
  8. Image upload functionality needs to be implemented
  9. Schema needs to be updated to add author name to post.
  10. Schema needs to be updated to add add user name to comment

About

Blog post app created using AWS Appsync, react

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published