https://github.com/umegbewe/remember-urls
A simple PHP Project to learn about MySQL, PDO, and how to submit and get data from databases with PHP.
https://github.com/umegbewe/remember-urls
backend html-css mysql pdo-mysql php
Last synced: about 1 month ago
JSON representation
A simple PHP Project to learn about MySQL, PDO, and how to submit and get data from databases with PHP.
- Host: GitHub
- URL: https://github.com/umegbewe/remember-urls
- Owner: umegbewe
- License: mit
- Created: 2021-04-24T00:06:46.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-17T11:08:18.000Z (almost 5 years ago)
- Last Synced: 2025-03-05T02:19:47.043Z (over 1 year ago)
- Topics: backend, html-css, mysql, pdo-mysql, php
- Language: PHP
- Homepage:
- Size: 106 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Remember Urls
[](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)
A simple PHP Project to learn about MySQL, PDO, and how to submit and get data from databases with PHP.
## Screenshots

## Run Locally
Running the project is easy with a software like Xampp or alike
Clone the project
```bash
git clone https://github.com/umegbewe/remember-urls.git
```
Move the project to the Xampp root which is
Windows:
```
/xampp/htdocs
```
Linux:
```
/opt/lampp/htdocs
```
## Start the MySQL and Apache service on Xampp or alike

## Database
Create database "urlstore" on phpmyadmin and import url.sql file

## Visit
```
localhost/remember-urls
```
## Tech Stack
**Client:** HTML, CSS
**Server:** PHP, MySQL
## Contributing
Contributions are always welcome!
## Questions
Email nwebedujunior55@gmail.com.