Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/persteenolsen/node-react
Show, Create, Update and Delete Persons by a React and a Node.js App
https://github.com/persteenolsen/node-react
Last synced: 29 days ago
JSON representation
Show, Create, Update and Delete Persons by a React and a Node.js App
- Host: GitHub
- URL: https://github.com/persteenolsen/node-react
- Owner: persteenolsen
- Created: 2019-09-06T11:56:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-15T06:51:01.000Z (over 5 years ago)
- Last Synced: 2024-11-07T09:46:25.250Z (3 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NodeCrud
Show, Create, Update and Delete Persons by a React and a Node.js App without using framework like Express
- Node.js
- Besides a MySQL NPM package no framework like Express was used
- React, HTML, CSS, JavaScript ES5 and ES6
- Bootstrap for the responsive design
- MySQL as the database
- Micosoft Azure App Service as cloud hosting using Windows and iisnode
- Visual Studio Code as Text EditorNote: If using the files: "nodeapp_get.js" you must change the React module in "listpersonsreact.jsx" to match the functionality for only show persons (nodeapp_get.js). Just change the React file: "listpersonsreact.jsx" in the public folder and leave the other React-files there.