This is a simple project to make a web service API for AppShop-FrontEnd. The project uses NodeJS, ExpressJS, MySQL DB.
- APIs query MySQL database for AppShop-FrontEnd.
These instructions will get you a copy of the project up and running on your local machine.
- Install XAMPP.
- Use import database in phpmyadmin, choose file appgao_db.sql.
- install project.
npm install
- run service.
node index.js
- body-parser - The package for get parameter in HTTP post request.
- jsonwebtoken - The package for implementation of JSON Web Tokens.
- multer - The package for upload files.
- mysql2 - The package for use MySQL client for Node.js.
- Huynh Quang Thai - thaihuynhquang