Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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