Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 630 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 630 Bytes

Instagram Clone

Used Technologies:

  • Node
  • GraphQL
  • React
  • MongoDB

Version 1.0.0

  • General configs
  • Config GraphQL server with Node

Version 1.1.0

  • Mongoose integration
  • Create user model
  • Create schema and resolvers for users

Version 1.2.0

  • Modified users stuff
  • Add posts stuff
  • Reestructure schemas and resolvers

Version 1.3.0

  • Integration with React
  • Graphql client

Version 1.3.1

  • Structure for login and register
  • Prepare interaction from the front to the backend

Version 1.3.2

  • Register from client
  • Modified User models, schema and resolvers
  • Eslint integration for client