Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dipu-bd/crud-test
Simple CRUD application in JSP, PHP and NodeJS
https://github.com/dipu-bd/crud-test
Last synced: 13 days ago
JSON representation
Simple CRUD application in JSP, PHP and NodeJS
- Host: GitHub
- URL: https://github.com/dipu-bd/crud-test
- Owner: dipu-bd
- Created: 2016-01-20T15:06:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-20T15:14:14.000Z (almost 9 years ago)
- Last Synced: 2024-12-04T22:08:40.114Z (18 days ago)
- Language: HTML
- Size: 3.05 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Simple CRUD Application
## Setup database
* Download and install XAMPP
* Goto "http://localhost/phpmyadmin" from web browser.
* Create a database named "myproject".
* Import "my.sql" file in the database.
* Make sure user:"root" with password:"" exists.## NodeJS Test
* Download and install node.js from https://nodejs.org/en/
* Go to "nodejs/" folder and double click "start_server.bat"## PHP Test
* Open XAMPP.
* Run "Apache" and "MySql" modules
* Copy all content of "php/" folder to "C:\xampp\htdocs\php" directory.
* Open "htpp://localhost/php" in your browser## JSP Test
* Open XAMPP as Administrator.
* Start "Apache Tomcat" (You may have to close some services to run this module.)
* Start "MySql" module.
* Open the content inside "jsp/" folder in NetBeans.
* Right click on the project and "Resolve missing server problem"
* Clean and Build the project.
* Open the url shown in the Netbeans Output console in the browser.