- Home Page
- Register
- Login Page
- Profile Page
- Top Up
- Transfer
- History
1. Go to project directory, for example type on Node Command Promp...
cd c:/miniwallet
2. Copy database pretest.sql on yout Mysql Database
3. Open Node Command, install Node Package Management that we need, you can find them in package.json
npm install express mysql ejs body-parser express-session cryptror you can install one by one
npm install express
npm install mysql
npm install ejs
npm install body-parser
npm install express-session
npm install cryptr
4. Please wait a view seconds
5. Run the project
npm start