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

https://github.com/fireisgood/mysql-jq-crud-example

Agony
https://github.com/fireisgood/mysql-jq-crud-example

Last synced: 10 months ago
JSON representation

Agony

Awesome Lists containing this project

README

          

# mysql-jq-crud-example

A cursed monorepo of JQuery on static pages and a basic MySQL backend.

Project structure:

```text
database/
└── db-connector.cjs
public/
├── index.html
├── index.js
├── styles.css
└── util.js
app.mjs
```

## Installation

...

### Prerequisites

This project uses npm. You can check that npm is installed in the terminal by running:

```bash
npm -v
```

### Setup

First,
[fork the repo](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo).

Once the prerequisites are installed and you are working off the fork,
[clone the repository](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository)
to your local machine.

This can be done from the command line:

```bash
git clone git@github.com:FireIsGood/mysql-jq-crud-example.git ./mysql-jq-crud-example
```

### Local Development

You can run the development server through the terminal.

From the command line:

```bash
# Default port 1625
npm run dev
```

## Contributing

No.

## License

[MIT](https://choosealicense.com/licenses/mit/)