Skip to content

Simple Todo App build with Node.js and Sequelize

Notifications You must be signed in to change notification settings

NaufalK25/todo-app

Repository files navigation

Todo App

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.

Prerequisites

  1. Node.js
    node --version
    npm --version
    
  2. Git
    git --version
    
  3. PostgreSQL
    psql --version
    

How To Run In Local

  1. Clone the repository
    git clone https://github.com/NaufalK25/todo-app.git
    
  2. Install dependencies
    npm install
    
  3. Build the application
    npm run build
    
  4. Run the application
    npm run dev
    

Credits

Copyright © 2022 Muhammad Naufal Kateni

Releases

No releases published

Packages

No packages published