Random User Api : Live Server
This is a server to getting random user from a json file. I have implemented CRUD operations using file system and ExpressJS.
- Get a random user from the .json file
- Get all the users from the .json file
- Limit the number of users using query parameter(s)
- Save a user in the .json file
- validate the body and check if all the required properties are present in the body.
- Update a user's information in the .json file using its id
- validate the user id
- Update multiple users' information in the .json file
- Take an array of user ids and assign it to the body.
- validate the body.
- Delete a user from the .json file using its id
- validate the user id