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

https://github.com/varreltantio/rest-api-express-mysql

This is an example of a REST API using Express and MySQL
https://github.com/varreltantio/rest-api-express-mysql

express mysql nodejs

Last synced: 4 months ago
JSON representation

This is an example of a REST API using Express and MySQL

Awesome Lists containing this project

README

        

# Rest API Using Express and MySQL

To learn more about this code, read this article [How to create rest api using express and mysql](https://leravio.com/blog/cara-membuat-api-dengan-node-js/)

# Installation

Clone the repository

git clone [email protected]:varreltantio/rest-api-express-mysql.git

Switch to the repo folder

cd rest-api-express-mysql

Install all the dependencies using npm

npm install

Start the local development server

npm start

You can now access the server at http://localhost:5011