Here is my new repository which builded with NodeJS and ExpressJS Framework for making the backend side and API for application NoteApp-ReactNative-Redux .
- Import Database simplenote into your MySQL
- Make .env file on this project
- Open .env file and copy paste this code below
DB_HOST = yourDBHOST
DB_USER = yourDBUSER
DB_PASSWORD = yourDBPASSWORD
DB_NAME = simplenote
PORT = 3000npm installnodemon server.js