A Template to create job portal app
JobPortal app template will give you a headstart to deliver app for job related website to you clients very quickly. All the base functionality with backend is added in this template. Backend is created with highly secured and easy to edit Laravel api. So your client will be more protected by using our template.
Overview
JobPortal app template use latest version of flutter and laravel so that you will get highest compatibility accross different OS and web. Main features are:
- Secured register/login
- After 1st login use of secured api token, so no need to login again
- User Profile view/edit function
- Add new job post
- Job title, company, experience, education, description, last date of apply etc adding option in post
- Lazy loading of post from backend
- Load more job at the end of screen
- Jobs with last date of apply over will not show.
- filter job with category and many more
Laravel Backend
Laravel is a highly secured backend to protect user data. It also has many inbuilt functionality to add more secure way. Main features of the backend:
- Used secret token for login.
- Password will stored with hash encrypted.
- Easily possible to add html website with Laravel backend in resources/views section
- Support of all main functionality like php, javascript, css if anyone want to add html website with backend