[go: up one dir, main page]

Skip to content

ahay12/book-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fullstack Challenge

I am developing an online book sales website using PHP with the CodeIgniter 4 framework for the backend and React with Vite for the frontend.

Backend (CodeIgniter 4):

  • Data Management: Using CodeIgniter 4 to manage the database, handle business logic, and provide APIs for the frontend.
  • Security: Implementing security features such as user authentication and authorization, input validation.
  • Features: Providing features such as book search, inventory management, and order management.
  • Frontend (React with Vite):

  • User Interface: Using React to build a responsive and dynamic user interface.
  • Optimization: Leveraging Vite to speed up the development and build process of the application.
  • Interaction with Backend: Implementing API calls to interact with the backend, including features like book search, adding items to the shopping cart, and user account management.
  • to start project

    Download source

    https://github.com/ahay12/book-store.git

    React

    prepare plugin

    npm i

    and

    npm run dev

    Codeigniter 4

    prepare plugin

    composer install

    and

    php spark serve --port 4000

    About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published