Basic Create, Read, Update and Delete action in Express.js
For the very first time, you need to run this command:
npm install
Since this web app contain sql db, you need to export the sql file to your local machine
*note: database configuration on ./.env.
You can start the web app, with this command:
npm start
- Express.js - The Web Framework used.
- SQL - The Database.
Thanks.