This is a backend simple Notes with RESTfull API, here I Use node.js, expres js, and mysql
- Node.js - Download and Install Node.js
- MySQL - Download and Install MySQL - Make sure it's running on the default port.
- Make .env file on this project
- Open .env file and copy paste this code below
PORT=5000
DB_HOST=localhost
DB_USER=root
DB_PASS=
DB=a_note
NODE_ENV=development node server.js$ git clone https://github.com/tatasfachrul/simple-REST
$ cd simple-REST
$ npm install
$ npm start