Giter Club home page Giter Club logo

instaclonego's Introduction

InstaCloneGo ⚡

Instagram Backend API Using GO

Setup ❄️

 go run server.go

API END POINTS

  1. CREATE USERS :http://localhost:8001/users
  2. GET A USER USING ID : http://localhost:8001/users/:id
  3. CREATE A POST : http://localhost:8001/posts
  4. GET A POST USING ID :http://localhost:8001/posts/:id
  5. LIST ALL POSTS OF A USER http://localhost:8001/posts/users/:id
  6. PAGINATION WITH PER PAGE 1 AND PER PAGE 5 EX: AT BOTTOM
  7. HASHED PASSWORD USING BCRYPT CHECK LAST EXAMPLE

CREATE USERS 🌀

  1. GET image
  2. POST image image
  3. Email must be unique image

GET A USER USING ID 🌀

  1. GET image
  2. User Not Found image
  3. POST image

CREATE A POST 🎆

  1. POST image image
  2. using unauthorized email image

GET A POST USING ID 🌀

  1. GET image
  2. Invalid Post Id image
  3. POST image

LIST ALL POSTS OF A USER 🌀

  1. GET image
  2. INVALID USER ID image
  3. POST image

Pagination 🌀

  1. PerPage = 1 image image image

  2. PerPage =5

image image image

Password Hashing using Bcrypt 🌀

  1. Response of Post request image
  2. Hashed Password in Atlas image

instaclonego's People

Contributors

engineerscodes avatar

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.