All Projects → restapiexample → Nodejs Restapi Using Express Mysql

restapiexample / Nodejs Restapi Using Express Mysql

Nodejs Restful API for CRUD operation using MySQL

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Nodejs Restapi Using Express Mysql

Bookmarks.dev
Bookmarks and Code Snippets Manager for Developers & Co
Stars: ✭ 218 (+772%)
Mutual labels:  rest-api, expressjs
Rest Api Tutorial
This is a sample source code for the article published on Toptal: https://www.toptal.com/nodejs/secure-rest-api-in-nodejs
Stars: ✭ 288 (+1052%)
Mutual labels:  rest-api, expressjs
Generator Api
🚀 Yeoman generator for creating RESTful NodeJS APIs, using ES6, Mongoose and Express
Stars: ✭ 247 (+888%)
Mutual labels:  rest-api, expressjs
Fiber
⚡️ Express inspired web framework written in Go
Stars: ✭ 17,334 (+69236%)
Mutual labels:  rest-api, expressjs
V8 Archive
Directus Database API — Wraps Custom SQL Databases with a REST/GraphQL API
Stars: ✭ 486 (+1844%)
Mutual labels:  rest-api, mysql
Magic
Create your .Net Core/Angular/Database CRUD Web apps by simply clicking a button
Stars: ✭ 214 (+756%)
Mutual labels:  rest-api, mysql
Spring Boot Mysql Rest Api Tutorial
Building a Restful CRUD API using Spring Boot, Mysql, JPA and Hibernate
Stars: ✭ 279 (+1016%)
Mutual labels:  rest-api, mysql
Sql Fundamentals
👨‍🏫 Mike's SQL Fundamentals and Professional SQL Courses
Stars: ✭ 140 (+460%)
Mutual labels:  rest-api, mysql
Curriculum
Dive into our 7-month web development program covering HTML, CSS, Javascript, Node, and React!
Stars: ✭ 453 (+1712%)
Mutual labels:  mysql, expressjs
Express Openapi Validator
🦋 Auto-validates api requests, responses, and securities using ExpressJS and an OpenAPI 3.x specification
Stars: ✭ 436 (+1644%)
Mutual labels:  rest-api, expressjs
Rest Api Slim Php
Example of REST API with Slim PHP Framework.
Stars: ✭ 165 (+560%)
Mutual labels:  rest-api, mysql
Rest Api Nodejs Mongodb
A boilerplate for REST API Development with Node.js, Express, and MongoDB
Stars: ✭ 672 (+2588%)
Mutual labels:  rest-api, expressjs
Node Express Mongoose Passport Jwt Rest Api Auth
Node, express, mongoose, passport and JWT REST API authentication example
Stars: ✭ 146 (+484%)
Mutual labels:  rest-api, expressjs
Graphql Rest Proxy
Turn your REST API into GraphQL - A Proxy Server that pipes request from GraphQL to REST with GraphQL DSL, performant nested children, mutations, input types, and more.
Stars: ✭ 218 (+772%)
Mutual labels:  rest-api, expressjs
Easyappointments
Easy!Appointments is a highly customizable web application that allows customers to book appointments with you via a sophisticated web interface. Moreover, it provides the ability to sync your data with Google Calendar so you can use them with other services. It is an open source project that you can download and install even for commercial use. Easy!Appointments will run smoothly with your existing website as it can be installed in a single folder of the server and of course share an existing database.
Stars: ✭ 2,013 (+7952%)
Mutual labels:  rest-api, mysql
Php Crud Api
Single file PHP script that adds a REST API to a SQL database
Stars: ✭ 2,904 (+11516%)
Mutual labels:  rest-api, mysql
Xgenecloud
XgeneCloud is now https://github.com/nocodb/nocodb
Stars: ✭ 1,629 (+6416%)
Mutual labels:  rest-api, mysql
Dinoloop
Rest API framework built on top of expressjs powered by Typescript.
Stars: ✭ 115 (+360%)
Mutual labels:  rest-api, expressjs
Practicalnode
Practical Node.js, 1st and 2nd Editions [Apress] 📓
Stars: ✭ 3,694 (+14676%)
Mutual labels:  rest-api, expressjs
Swagger Express Middleware
Swagger 2.0 middlware and mocks for Express.js
Stars: ✭ 543 (+2072%)
Mutual labels:  rest-api, expressjs

Nodejs Rest API Example Using ExpressJS and Mysql

I have created simple example to create RESTFul api for crud operation using mysql database.I have added following features into this source code,
  • Add Record using rest call into mysql database
  • Edit Record using rest call into mysql database
  • Delete Record using rest call into mysql database
  • Featch records using rest call into mysql database

how to create table in db

You need to craete 'test' database into mysql and import customer.sql table into your mysql database.

How to run nodejs application

copy index.js and package.json file into your nodejs project folder,

Open command line and cd to your above nodejs project folder

run 'npm install'

run 'node index.js'

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].