An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Remember Urls
[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](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

![App Screenshot](https://github.com/umegbewe/remember-urls/blob/main/screenshots/Screenshot.png)


## 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

![App Screenshot](https://github.com/umegbewe/remember-urls/blob/main/screenshots/Screenshot2.png)

## Database

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

![App Screenshot](https://github.com/umegbewe/remember-urls/blob/main/screenshots/Screenshot3.png)

## Visit

```
localhost/remember-urls
```


## Tech Stack

**Client:** HTML, CSS

**Server:** PHP, MySQL

## Contributing

Contributions are always welcome!

## Questions

Email nwebedujunior55@gmail.com.