Skip to content

First free Mockup Rest Api in Hebrew based on json-server for Prototyping in a local environment. containing Cities in Israel, Street Addresses, Popular names for male and female, Mobile numbers and much more

Notifications You must be signed in to change notification settings

ezosher/hebrew-user-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repo is under construction

Hebrew user Api (Mockup Api)

Hebrew user Api is the first Hebrew Mockup Api library for Prototyping and Playing around with fake data in a local inviorment all based on Hebrew language format. get a fake REST API data with random values. based on json-server package and endpoints

Installation

Use the package manager npm to install dependencies.

 npm install

Usage

npm run start-server

REST endpoints

GET    /users    
GET    /users/1  
POST   /users    
PUT    /users/1  
PATCH  /users/1  
DELETE /users/1

More Information about REST endpoints and options can be found on json-server Docs

User Schema

Current User count in db is 100 more options and data will be added soon

  • Full Name: Male name/ Female name/ Last Name
  • Mobile Number
  • Land Line Number
  • Email
  • Full Address -City -Street -Postcode
  • Job Title: Soon
  • Commerce: soon
  • Birth Date: Soon

Response Example

 {
    "id": 5,
    "name": "ירדנה לוי",
    "mobile": "057-717-0149",
    "land_line": "09-277-2740",
    "email": "[email protected]",
    "address": {
      "addressId": 5,
      "city": "כפר מימון",
      "street": "השושן",
      "number": 125,
      "postcode": 3578083
    }
  },

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

License

MIT

Roadmap

Exposing Functions to generate each individual parameter to create your own unique API schema If you have ideas for releases in the future, it is a good idea to list them in the Feature Request File.

About

First free Mockup Rest Api in Hebrew based on json-server for Prototyping in a local environment. containing Cities in Israel, Street Addresses, Popular names for male and female, Mobile numbers and much more

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published