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
- Host: GitHub
- URL: https://github.com/varreltantio/rest-api-express-mysql
- Owner: varreltantio
- Created: 2023-02-19T14:30:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T14:37:49.000Z (over 2 years ago)
- Last Synced: 2024-12-31T10:52:51.335Z (5 months ago)
- Topics: express, mysql, nodejs
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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