Simple Todo App that use CRUD concept build with Node.js
along with TypeScript
also PostgreSQL
and Sequelize
as the database and ORM. I build this website so I can learn how to connect SQL database with Node.js
application using Sequelize
ORM.
- Node.js
node --version npm --version
- Git
git --version
- PostgreSQL
psql --version
- Clone the repository
git clone https://github.com/NaufalK25/todo-app.git
- Install dependencies
npm install
- Build the application
npm run build
- Run the application
npm run dev
Copyright © 2022 Muhammad Naufal Kateni