Giter VIP home page Giter VIP logo

customersproject's Introduction

customersProject

Problem Statement: Create two API’s which can perform the specified CRUD operations.The project structure should have models, middlewares, controllers and services. Write MongoDB queries to fetch, update, add or delete data from the specified collections. You can assume that the collections already exist in the database and just define the project structure. Customer API

  1. Get all customers List with status ACTIVE [GET]
  2. Delete customer. [DELETE]
  3. Create new customer [POST]

Card API

  1. Get all Card List[GET]
  2. Create new card [POST]

###Customer collection field: ###Field Type Description

firstName string lastName string mobileNumber string 10 digits long DOB date emailID string [email protected] address string customerID string UUID status string ACTIVE / INACTIVE

###Card collection field: ###Field Type Description

cardNumber string Auto_increment e.g: C001 cardType String [REGULAR/SPECIAL] customerName string status string [ACTIVE/INACTIVE] Default: ACTIVE vision string customerID string Reference from customer table

customersproject's People

Contributors

nnsahu02 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.