General-Store

The project server consists of the api files for the task. I have used MongoDB, Express and NodeJs for creating the APIs.

  1. the first is user login API task 1

    if the user does not exist then:

    1-failed

  2. The second is the vendor login API. 2

    If the vendor does not exist then: 2-failed

  3. The third is user registration API: 3

    If the user already exists then: 3-failed

  4. The fourth is the vendor registration API 4

    If the vendor already exists then: 4-failed

  5. GET api to fetch data from database: 5

USER INTERFACE(the validation is added for forms):

  1. USER LOGIN login user
  2. VENDOR LOGIN login vendor
  3. USER REGISTER user resgiter
  4. VENDOR REGISTER vendor register
  5. ITEM LIST item-list