Backend Product Mine

APIProduct Mine project Im built with Express JS

Main End Point

url method desc
/projects GET Get all projects
/projects POST Add project
/projects/:id PATCH Edit project
/projects/:id DELETE Delete project
/projects/:id GET Get spesific project

Run App

  • Requirement:

  • Clone the repo.

    git clone https://github.com/faisalchakiki/be-product-mine
    cd ./be-product-mine
  • Install the dependencies.

    npm install

    Development

    Set up your ENV

    npm run dev

    Open Postman Run the development server and open http://localhost:3000