Skip to content

afatbenz/Mini-e-Wallet-NodeJs-Express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini-e-Wallet-NodeJs-Express

Features

- Home Page

- Register

- Login Page

- Profile Page

- Top Up

- Transfer

- History

How To Run Project with Nodejs Command Promp

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 cryptr
or 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published