Skip to content

1) Auth>Login 2) Admin>blog>Blog List 3) Admin>blog>Blog Store 4) Admin>blog>Blog Update 5) Admin>blog> Blog Delete

Notifications You must be signed in to change notification settings

majharul-islam181/task_blogApp

Repository files navigation

Blog App.

A new sample Flutter project.

Task :

Implement the API's that instruction are follow bellow:

Import https://documenter.getpostman.com/view/28369433/2s9YkocgSU collection in your API testing platform, such as Postman. (We update the Base URL) ** Set the baseUrl is https://apitest.smartsoft-bd.com/api
** Implement Auth>Login with email: admin@gmail.com and password: 12345678, after successfully login you get the token and keep this token for other API validation. If you can keep the login that is a plus point for you. ** Implement admin>blog>Blog List and show all blogs in a listview. ** Implement admin>blog>Blog Store for creating a blog pass (title, sub_title, slug, description, category_id, date, tags) this field in a body. If you can pass the image also, that is a plus point for you. ** Implement admin>blog>Blog Update for editing a blog you can pass one or multiple fields (title, sub_title, slug, description, category_id, date, tags) of them. ** Implement admin>blog> Blog Delete for deleting a blog by passing the id.

Features:

Login, BlogList~page, Create New Blog, Update that blog, Delete blog.

UI

Screenshot 2023-12-20 at 3 41 21 AM Screenshot 2023-12-20 at 3 41 59 AM Screenshot 2023-12-20 at 3 42 20 AM Screenshot 2023-12-20 at 3 45 21 AM Screenshot 2023-12-20 at 3 43 05 AM Screenshot 2023-12-20 at 3 46 17 AM

About

1) Auth>Login 2) Admin>blog>Blog List 3) Admin>blog>Blog Store 4) Admin>blog>Blog Update 5) Admin>blog> Blog Delete

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published