Giter Club home page Giter Club logo

mobilestore-api's Introduction

Mobile Store API

This is a simple API for a mobile store. It uses Express.js and MongoDB.

Features

  • Fetch all mobiles
  • Add multiple mobiles at once
  • Fetch a specific mobile by ID
  • Search for mobiles by name, type, processor, OS
  • Add a mobile to the cart
  • Remove a mobile from the cart
  • Fetch all items in the cart

Setup

  1. Clone the repository
    git clone https://github.com/Ayush-Vish/mobileStore-api.git
  1. Change the directory
    cd mobileStore-api
  1. Install dependencies with npm install
  2. Create a .env file in the root directory and add your MongoDB URI and client URL like this:
  3. Run the server with npm run dev
    MONGO_URI=your_mongodb_uri
    CLIENT_URL=your_client_url
    PORT=3000

API EndPoints

GET /api/mobiles: Fetch all mobiles POST /api/mobiles/bulk: Add multiple mobiles at once GET /api/mobiles/:id: Fetch a specific mobile by ID GET /search: Search for mobiles by name, type, processor, OS GET /api/cart: Fetch all items in the cart POST /api/cart: Add a mobile to the cart DELETE /api/cart/:id: Remove a mobile from the cart

mobilestore-api's People

Contributors

ayush-vish 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.