Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.55 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.55 KB

resepmau_mvp

A Basic Android App (CRUD and Login/Register) using MVP design pattern

This is a simple android app with basic function like crud and login - register
with Model-View_Presenter Design Pattern

For the API you can use our api at https://resep-mau.herokuapp.com/api/

thanks to royhan31 for api

url : https://resep-mau.herokuapp.com/api/login [POST]
https://resep-mau.herokuapp.com/api/register [POST]
https://resep-mau.herokuapp.com/api/post [GET]
https://resep-mau.herokuapp.com/api/post [POST]
https://resep-mau.herokuapp.com/api/post/{id} [GET]
https://resep-mau.herokuapp.com/api/post/{id} [PUT]
https://resep-mau.herokuapp.com/api/post/{id} [DELETE]

You can always see my sample at this project

header: Authorization : Bearer <your_api_token_from registering_or_login_user>

Screenshot

Here are some sample images