teknosains / Rest Crud
RESTFul CRUD Example with Node.js and Mysql
Stars: ✭ 188
Programming Languages
javascript
184084 projects - #8 most used programming language
Projects that are alternatives of or similar to Rest Crud
Perfect Ssm
🍇更完善的Spring+SpringMVC+Mybatis+easyUI后台管理系统(RESTful API+redis)
Stars: ✭ 606 (+222.34%)
Mutual labels: restful-api, restful, mysql
Restbed
Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++14 applications.
Stars: ✭ 1,551 (+725%)
Mutual labels: restful-api, restful
Restful Api Guidelines
A model set of guidelines for RESTful APIs and Events, created by Zalando
Stars: ✭ 1,397 (+643.09%)
Mutual labels: restful-api, restful
Codeigniter Jwt Sample
CodeIgniter JWT Sample
Stars: ✭ 144 (-23.4%)
Mutual labels: restful-api, restful
Nodejs Master Class
🛠 This repository contains the homework assignment for Node.js Master Class that is focused on building a RESTful API, web app GUI, and a CLI in plain Node JS with no NPM or 3rd-party libraries
Stars: ✭ 182 (-3.19%)
Mutual labels: restful-api, restful
Ssm Cluster
🍏Spring+SpringMVC+Mybatis+adminLTE3实现前后端分离(nginx负载均衡+tomcat集群)
Stars: ✭ 142 (-24.47%)
Mutual labels: restful-api, restful
Restfm
RESTful web services for FileMaker server.
Stars: ✭ 76 (-59.57%)
Mutual labels: restful-api, restful
Awesome Http Benchmark
HTTP(S) benchmark tools, testing/debugging, & restAPI (RESTful)
Stars: ✭ 2,236 (+1089.36%)
Mutual labels: restful-api, restful
Node Express Postgresql Sequelize
Node.js, Express.js, Sequelize.js and PostgreSQL RESTful API
Stars: ✭ 148 (-21.28%)
Mutual labels: restful-api, restful
Swagger meqa
Auto generate and run tests using swagger/OpenAPI spec, no coding needed
Stars: ✭ 151 (-19.68%)
Mutual labels: restful-api, restful
Grest
Build REST APIs with Neo4j and Flask, as quickly as possible!
Stars: ✭ 102 (-45.74%)
Mutual labels: restful-api, restful
Api Restful Con Laravel Guia Definitiva
Repositorio para el código base del curso "API RESTful con Laravel - Guía Definitiva"
Stars: ✭ 95 (-49.47%)
Mutual labels: restful-api, restful
Graphql2rest
GraphQL to REST converter: automatically generate a RESTful API from your existing GraphQL API
Stars: ✭ 181 (-3.72%)
Mutual labels: restful-api, restful
Python Ilorest Library Old
Python library for iLO RESTful API
Stars: ✭ 85 (-54.79%)
Mutual labels: restful-api, restful
Sqler
write APIs using direct SQL queries with no hassle, let's rethink about SQL
Stars: ✭ 1,943 (+933.51%)
Mutual labels: restful, mysql
Lumen Api Oauth
A RESTful API based on Lumen micro-framework with OAuth2.
Stars: ✭ 73 (-61.17%)
Mutual labels: restful-api, restful
Graceful
Elegant Python REST toolkit built on top of falcon
Stars: ✭ 73 (-61.17%)
Mutual labels: restful-api, restful
Node Express Mongoose Passport Jwt Rest Api Auth
Node, express, mongoose, passport and JWT REST API authentication example
Stars: ✭ 146 (-22.34%)
Mutual labels: restful-api, restful
This is an example of RESTful CRUD in Node.js n mySQL.
Installation, and tutorial here : http://teknosains.com/i/restful-crud-example-with-nodejs-and-mysql
Live DEMO: http://teknosains.com/i/simple-crud-nodejs-mysql
Installation
*for newbies : Clone or download zip to your machine then hit this :
cd rest-crud
then
npm install
Configuration (database)
server.js
host: 'localhost',
user: 'root',
password : 'root',
port : 3306, //port mysql
database:'test'
You're gonna need to create a DB named 'test' or whatever you name it, import t_user.sql
Open your Browser
And type: localhost:3000/api/user
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].