Skip to content

This is a server created with Node.js that implements an API with GET, POST, PUT, and DELETE operations to a MySql database. It is to simply show a backend REST API functioning with a relational database. This simple example follows best practices for the written code, file structure, and storing API keys/database login information.

Notifications You must be signed in to change notification settings

tims-coding/Node_API_MySql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node API with MySQL Database

This is a Node server that demonstrates using an API with a common relational database

Table of contents

General info

What does this API do?

This API performs GET, POST, PUT, and DELETE operations on a table created in MySQL database. It also is a porxy server for a random external api, in this case it is a Telegram Messaging API.

Technologies

Project is created with:

  • express
  • body-parser
  • cors
  • mysql
  • dotenv
  • nodemon
  • node-fetch

About

This is a server created with Node.js that implements an API with GET, POST, PUT, and DELETE operations to a MySql database. It is to simply show a backend REST API functioning with a relational database. This simple example follows best practices for the written code, file structure, and storing API keys/database login information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •