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.
- Host: GitHub
- URL: https://github.com/lutdinar/api-student-ios-app
- Owner: lutdinar
- Created: 2020-01-25T14:11:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:01:42.000Z (almost 3 years ago)
- Last Synced: 2024-12-31T15:29:42.595Z (9 months ago)
- Topics: api, expressjs, middleware, mysql-database, nodejs, rest-api, restapi, student, webservice
- Language: JavaScript
- Size: 3.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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...