Giter Site home page Giter Site logo

ecommerce_be's People

Contributors

hassanawwad avatar alihashem20 avatar imadsaad12 avatar

Watchers

 avatar

ecommerce_be's Issues

ECOMMERCE-2/add-endpoints-to-get-and-post-product

  1. Create endpoint to fetch products
  2. Create endpoint to add products(add fields that you think it makes sense ex: description ,price,name,size,...)
  3. Create reusable Middleware to validate jwt token so that we can use in every route
  4. Follow MVC pattern
  5. Install and configure es-lint package (es-lint force the developer to follow specific standards ex: never add console.log on master ,variables naming conventions,.... )

Task estimation : 5 hours
You estimation : ----

E-COMMERCE-1/add-signup-and-signin-endpoints

  1. Create new endpoint to signup on platform with the following fields:
    a. firstName
    b. lastName
    c. username
    d. email
    e. password

  2. You should follow MVC pattern through your implementation

  3. you should use joi package as middleware helps you to validate the data being sent with req instead of doing it manually on each value

  4. Try to make you code clean ex: split your code into functions as much as you can withe meaningful name, destructure,... etc.

  5. Create Login endpoint using username & password and follow up the same steps mentioned above

Task estimation : 3 hours
Your Estimation : ---

ECOMMERCE-3/add-endpoint-to-update-and-delete-products

  1. create endpoint to update product
  2. create endpoint to delete product
  3. product schema you can agree upon the product schema with @AliHashem20
  4. follow MVC pattern
  5. Install and configure swagger(swagger provide UI to test endpoints with some description and predefined requests payload)

Task estimation:5 hours
Your estimation: ----

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.