https://github.com/sirwanafifi/node-crud
A simple application to generate endpoints for a given MySQL database.
https://github.com/sirwanafifi/node-crud
crud mysql nodejs rest-api
Last synced: 5 months ago
JSON representation
A simple application to generate endpoints for a given MySQL database.
- Host: GitHub
- URL: https://github.com/sirwanafifi/node-crud
- Owner: SirwanAfifi
- Created: 2020-05-03T12:42:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:52:59.000Z (over 3 years ago)
- Last Synced: 2025-01-03T12:43:19.663Z (over 1 year ago)
- Topics: crud, mysql, nodejs, rest-api
- Language: TypeScript
- Homepage:
- Size: 749 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple application to generate endpoints for a given database.
## Getting Started
- Clone the project and install its dependencies
```js
git clone https://github.com/SirwanAfifi/node-crud
yarn
```
- Create a `.env` file then add your database credentails (use `.env.example` for the keys)
- Run the project `yarn start`:

## To Do
- [ ] Add POST endpoint for inserting records
- [ ] Add filtering support