Coder Social home page Coder Social logo

commerce-store-api's Introduction

Commerce Store API

A simple ecommerce API


TASK DESCRIPTION


Build a simple ecommerce API with the following features:

  1. Create, get all and get single product
  2. Update product
  3. Delete product
  4. Simple pagination

Tech Stack

  • Node Js
  • Typescript
  • Express
  • MongoDB
  • Jest
  • Postman

Host Link

API Endpoint: Production

Features

  • Authentication and authorization
  • CRUD opetaionss and pagination
  • Admin users : Authorized to create, update and delete product

Documentation

Postman: [See documentation]

API Endpoints

Auth

POST /api/v1/auth/register
POST /api/v1/auth/login

Product

POST /api/v1/products
GET /api/v1/products
GET /api/v1/products/:productId
DELETE /api/v1/products/:productId
PATCH /api/v1/products/:productId

Clone this project

git clone https://https://github.com/Ozodimgba/commerce-store-api.git
cd commerce-store-api

Configure the app

  • Create a file named .env in the project root directory
  • Add the environment variables as described in the dev.env file

Install dependencies

yarn install

Running this project locally

yarn dev

commerce-store-api's People

Contributors

ozodimgba avatar

Watchers

 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.