Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.47 KB

README.md

File metadata and controls

62 lines (39 loc) · 1.47 KB

Welcome to userService 👋

Version Documentation Maintenance License: ISC

A service to interact with userdata

Install

npm install

Usage

npm run start

Endpoints

GET /v1/users?page=1&perPage=10
GET /v1/users/:id
POST /v1/user
PUT /v1/users/:id
DELETE /v1/users/:id

Run tests

npm run test

Author

👤 Devansh Shah

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 Devansh Shah.

This project is ISC licensed.