Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:52:59.000Z (almost 2 years ago)
- Last Synced: 2023-08-03T12:09:14.561Z (over 1 year ago)
- Topics: crud, mysql, nodejs, rest-api
- Language: TypeScript
- Homepage:
- Size: 749 KB
- Stars: 2
- Watchers: 2
- 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