GithubHelp home page GithubHelp logo

calvinwst / slim_demo_watch1 Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 2.23 MB

A straightforward full-stack web application centered around watches, employing CRUD operations.

PHP 65.75% CSS 18.63% HTML 7.45% JavaScript 8.16%

slim_demo_watch1's Introduction

Slim_Demo_Watch1

Full Stack Watch Web Application

This is a web application built using Slim PHP framework that provides a platform for managing and displaying watches. The application requires XAMPP with Apache server and MySQL database.

Features

  • View a list of available watches
  • Add new watches to the collection
  • Update watch details
  • Delete watches from the collection

Installation

  1. Make sure you have XAMPP installed on your machine. You can download it from here.

  2. Clone this repository to your XAMPP htdocs directory:

    git clone https://github.com/your-username/full-stack-watch-app.git
    
  3. Import the provided SQL file (database.sql) into your MySQL database.

Example command (replace with your actual command)

mysql -u your-username -p your-password watch_db < database.sql

4.Configure the database connection by editing the app/settings.php file:

return [
  'settings' => [
      'db' => [
          'host' => 'localhost',
          'user' => 'your-username',
          'pass' => 'your-password',
          'dbname' => 'watch_db',
      ],
  ],

];

5.Start your XAMPP server and Apache.

  1. Open a web browser and access the application at: http://localhost/full-stack-watch-app.

Usage Browse the list of watches by navigating to the home page. Use the provided forms to add, update, or delete watches. Enjoy managing your watch collection!

License This project is licensed under the MIT License - see the LICENSE file for details.

Feel free to replace your-username, your-password, and any other placeholders with the actual values relevant to your project setup. This updated README.md now includes the instructions you provided for importing the SQL file and configuring the database connection.

slim_demo_watch1's People

Contributors

calvinwst avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.