Code Monkey home page Code Monkey logo

instaz's People

Contributors

rocity avatar sbenemerito avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

instaz's Issues

Backend Modifications

  • Remove unnecessary files
  • Rename instagram app to instaz
  • Move /api/users/ to /api/instaz/users/

[FE] Homepage

  • Initial setup of redux, use redux-thunk middleware
  • Fetch all posts
  • Design homepage

[BE] Likes API

  • Like/Dislike endpoint
  • Add likes and is_liked keys to Posts (when retrieved in API)

[BE] Comments API

  • Basic CRUD
  • Add comments key in Posts when being retrieved (detail only)

[FE] Post details

  • Post can now be clickable, proceed to post detail
  • Like button inside details page is still functional

[BE] User API

  • Authentication
  • User retrieve / update
  • Only allow profile edit if it is user's (permissions)
  • Set APIs default permissions to isAuthenticated

[FE] Login / Signup

  • Create simple html
  • Integrate axios, redux
  • Handle authentication token
  • Design
  • Like and comment buttons only show if logged in

[BE] Initial Posts API

  • Basic CRUD (Accept form-data, not json base64)
  • Only author can edit/delete (archive)
  • Have filter by hashtag
  • Also show tags and author when being retrieved

[FE] Comments

  • Create simple comment form
  • Integrate axios, redux
  • Design comments

[FE] Like post

  • Button should now be functional (would send api request to like/dislike)
  • Conditional rendering, show if it is liked or not

[FE] React initial setup

  • Create-react-app, frontend folder inside Django project
  • Delete .git folder
  • Install dependencies: react, redux, react-redux, axios, redux-thunk, react-router-dom
  • Use semantic ui
  • Remove unneeded files

Backend Modifications

  • Endpoint to get user's own posts
  • Timesince posted
  • Randomize initial_data image size

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.