Namaste developers,
Welcome to the second blog on the series of creating a website from scratch. Let me give you a brief introduction of what we will be making in these series.
We will be developing a rental website, where the user can login or signup and rent a bike from the list of available bikes.
As I explained in my previous blog, we need to be clear on what we are going to develop. So for that purpose I will be listing down all the functionalities that I suppose must be there in a bike rental website. I may miss some of the functionalities, which may be added during the development itself.
- Login and sign-up Page where the user can login or sign-up to be able to rent a bike.
- Home Page consisting of List of bikes available.
- Search bar where a user may search according to bike name or location.
- About us page.
- Vendor registration page.
- Vendor login page.
- Vendor home page where the vendor can see the list of bikes booked and has an option to register new bikes.
- A bike once booked must be removed from the view.
- On clicking the bike from user interface, in which the user is interested, user should be able to checkout to the payment page and after successful payment, user should get a confirmation email with the address from where the user must pick the bike and the vendor should get an email about the booking confirmation.
- Logout functionality must be added for both user as well as the Vendor.
We will discuss the layout of the page just before we develop them. We will develop front-end and back-end of each functionality mentioned above before moving to the next one.
Stay Home! Stay Safe!
Comments
Post a Comment