Qodex.ai
Qodex.ai
Introduction
Tech Test - We Invest
Users
Get All UsersAdd UserGet User by IDUpdate a UserDelete a User
Buildings
Get All BuildingsAdd BuildingGet Building by IDUpdate a BuildingDelete a Building
Messages
Get All MessagesAdd MessageGet Message by IDUpdate a MessageDelete a MessageSearch Engine
Introduction
Tech Test - We Invest
Users
Get All UsersAdd UserGet User by IDUpdate a UserDelete a User
Buildings
Get All BuildingsAdd BuildingGet Building by IDUpdate a BuildingDelete a Building
Messages
Get All MessagesAdd MessageGet Message by IDUpdate a MessageDelete a MessageSearch Engine
HomeTech Test - We Invest

Tech Test - We Invest

Number of APIs: 16

  1. Users - Get All Users GET http://localhost:3000/api/users

  2. Users - Add User POST http://localhost:3000/api/users

  3. Messages - Add Message POST http://localhost:3000/api/messages

  4. Users - Get User by ID GET http://localhost:3000/api/users/3

  5. Users - Update a User PUT http://localhost:3000/api/users/3

  6. Users - Delete a User DELETE http://localhost:3000/api/users/6

  7. Buildings - Get All Buildings GET http://localhost:3000/api/buildings

  8. Buildings - Add Building POST http://localhost:3000/api/buildings

  9. Buildings - Get Building by ID GET http://localhost:3000/api/buildings/4

  10. Buildings - Update a Building PUT http://localhost:3000/api/buildings/4

Previous
Introduction
Next
Users