An open API service indexing awesome lists of open source software.

https://github.com/lutdinar/api-student-ios-app

API for Student App based iOS. This API created using NodeJS and framework Express, and connected to database MySQL.
https://github.com/lutdinar/api-student-ios-app

api expressjs middleware mysql-database nodejs rest-api restapi student webservice

Last synced: about 2 months ago
JSON representation

API for Student App based iOS. This API created using NodeJS and framework Express, and connected to database MySQL.

Awesome Lists containing this project

README

          

# api-student-ios-app
API for Student App based iOS. This API created using NodeJS and framework Express, and connected to database MySQL.

How to use :
1. Clone this project.
2. Import database from directory "db" and save to MySQL database using name db_ios_app.
3. On directory after clone, "npm install" for installing depedencies this project (installed node on your device).
4. Start this API "node app.js" or "nodemon app.js", open using postman app or browser on "http://localhost:3003". You can see routes on app.js for access url for request.

Thank you...