Node Sequelize CRUD App
This repository is a simple CRUD application using ORM implementation with Node.js, Sequelize and PostgreSQL Technologies. This repository created to be my software engineering portofolio.
Feel free to clone and code it by your self to learn more about Node.js and Sequelize.
How to use
Make sure you have Node.js and NPM installed.
How to start:
git clone https://github.com/ridhanf/node-sequelize-CRUD.git
npm install
npm start / npm run dev
Server listening in port 3000
http://localhost:3000/articles
That's all. Thank you.
Sincerely,
Ridhan Fadhilah