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
- Host: GitHub
- URL: https://github.com/fireisgood/mysql-jq-crud-example
- Owner: FireIsGood
- License: mit
- Created: 2024-11-20T07:33:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T11:26:34.000Z (over 1 year ago)
- Last Synced: 2025-02-03T14:13:19.229Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)