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

https://github.com/nirnejak/express-mysql-server

An express.js server, with MySQL database
https://github.com/nirnejak/express-mysql-server

javascript mysql nodejs rest-api s3

Last synced: about 2 months ago
JSON representation

An express.js server, with MySQL database

Awesome Lists containing this project

README

          

# Todo Server

A Todo list server, supports REST APIs and CRUD operations.

**Install Dependencies**

```sh
npm install
```

**Start the Server**

```sh
npm start
```

**Start the Server(in Development Mode)**

```sh
npm run dev
```