This is a clone for instagram app using serverless technology. A user can post, upload image, edit post or remove post. For authorizarion Auth0 has been integrated with the app. For backend side, AWS serverless technology has been used. For front-end use, reactjs is implemened.
- Download project
- In Client folder, "npm install"
- "npm start" to start react application
- Log in (limitation: with reload it forgets the log in credentials, log in with google recommended)
- Once logged in , you can create post, add photo with post (limitation: text is mandatory for post, photo is not)
- After post creation, user can edit post by the option (...) button at the top-right corner of each post, or delete it
- Click on log out button when done.
Video Demo
Authorization
Create a Post
Update a Post