{"id":20866784,"url":"https://github.com/zeroonedev01/express-simple-crud-with-sequelize-orm","last_synced_at":"2025-07-25T02:05:50.327Z","repository":{"id":123843424,"uuid":"218186836","full_name":"zeroonedev01/Express-Simple-CRUD-with-Sequelize-ORM","owner":"zeroonedev01","description":null,"archived":false,"fork":false,"pushed_at":"2019-12-01T06:09:50.000Z","size":28,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-19T08:42:42.424Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zeroonedev01.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-10-29T02:24:38.000Z","updated_at":"2019-12-01T06:09:52.000Z","dependencies_parsed_at":"2023-12-28T11:57:38.083Z","dependency_job_id":null,"html_url":"https://github.com/zeroonedev01/Express-Simple-CRUD-with-Sequelize-ORM","commit_stats":null,"previous_names":["zeroonedev01/express-simple-crud-with-sequelize-orm"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroonedev01%2FExpress-Simple-CRUD-with-Sequelize-ORM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroonedev01%2FExpress-Simple-CRUD-with-Sequelize-ORM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroonedev01%2FExpress-Simple-CRUD-with-Sequelize-ORM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroonedev01%2FExpress-Simple-CRUD-with-Sequelize-ORM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeroonedev01","download_url":"https://codeload.github.com/zeroonedev01/Express-Simple-CRUD-with-Sequelize-ORM/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243241351,"owners_count":20259572,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-18T05:59:06.315Z","updated_at":"2025-03-12T15:27:30.009Z","avatar_url":"https://github.com/zeroonedev01.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eSimple REST API \u003c/h1\u003e\n\u003cp align='center'\u003e\n  \u003cimg width=400 src='https://miro.medium.com/max/900/1*g42KjOnDF4ptB_8494FP5A.png' /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  Built with Express.js,Mysql, and Sequalize.\n\u003c/p\u003e\n\n## Table of Contents\n\n- [Table of Contents](#table-of-contents)\n- [Introduction](#introduction)\n- [Features](#features)\n- [Built With](#built-with)\n- [Requirements](#requirements)\n- [Installation](#installation)\n- [Setup .env file](#setup-env-file)\n- [Plugins](#plugins)\n- [API Route URL (Public)](#api-route-url-public)\n  - [Companies](#companies)\n  - [Employees](#employees)\n- [Deploy](#deploy)\n- [Contributor](#contributor)\n\n## Introduction\n\nLorem Ipsum\n\n## Features\n\n\u003e - CRUD Employees\n\u003e - CRUD Companies\n\u003e - Sequalize ORM\n\u003e - cache\n\n## Built With\n\n[![Express](https://img.shields.io/badge/Express%20-v.4.17.1-green.svg?style=rounded-square)](https://expressjs.com/)\n[![Sequalize](https://img.shields.io/badge/Sequalize-v.5.21.1-blue.svg?style=rounded-square)](https://sequelize.org/)\n[![MySQL2](https://img.shields.io/badge/MySQL2-v.2.0.0-orange.svg?style=rounded-square)](https://www.npmjs.com/search?q=mysql)\n[![bcryptjs](https://img.shields.io/badge/bcryptjs-v.2.4.3-critical)](https://www.npmjs.com/package/bcryptjs)\n\n## Requirements\n\n\u003e - Node.js - Download and Install Node.js - Simple bash script to manage multiple active node.js versions.\n\u003e - npm\n\u003e - Nodemon - Download and Install Nodemon - nodemon is a tool that automatically restarting the node application when file changes in the directory are detected.\n\u003e - postman (installer or chrome extension)\n\u003e - code editor (visual studio code recommend)\n\u003e - mysql (xampp)\n\n## Installation\n\nInstall the dependencies, migrate, start the server.\n\n```sh\n$ git clone https://github.com/tejojr/Express-Simple-CRUD-with-Sequelize-ORM.git\n$ cd Express-Simple-CRUD-with-Sequelize-ORM\n$ npm install\n$ npm start\n```\n\n\\*\\*migrate durung\n\n## Setup .env file\n\n- In windows OS, you can open command prompt, change directory to your project directory.\n  Example,\n  My project directory\n  ```\n  E:\\my_project\n  ```\n- Then you can type,\n  ```\n  copy .env.example .env\n  ```\n- Then Setup .env\n\n## Plugins\n\n| Plugin          | Version |\n| --------------- | ------- |\n| bcryptjs        | ^2.4.3  |\n| body-parser     | ^1.19.0 |\n| cors            | ^2.8.5  |\n| express         | ^4.17.1 |\n| dotenv          | ^8.2.0  |\n| morgan          | ^1.9.1  |\n| mysql2          | ^2.0.0  |\n| redis           | ^2.8.0  |\n| node-redis-scan | ^1.1.0  |\n| sequalize       | ^5.21.1 |\n\n## API Route URL (Public)\n\n### Companies\n\n| Plugin                | Purpose            | Method |\n| --------------------- | ------------------ | ------ |\n| /api/v1/companies     | Insert Company     | POST   |\n| /api/v1/companies/:id | Update Company     | PATCH  |\n| /api/v1/companies/:id | Delete Company     | DELETE |\n| /api/v1/companies/    | Select All Company | GET    |\n| /api/v1/companies/:id | Select by ID       | GET    |\n\n### Employees\n\n| Plugin                | Purpose             | Method |\n| --------------------- | ------------------- | ------ |\n| /api/v1/employees     | Insert Employee     | POST   |\n| /api/v1/employees/:id | Update Employee     | PATCH  |\n| /api/v1/employees/:id | Delete Employee     | DELETE |\n| /api/v1/employees/    | Select All Employee | GET    |\n| /api/v1/employees/:id | Select by ID        | GET    |\n\n## Deploy\n\n\u003e - heroku : https://sequalizecrud.herokuapp.com/api/v1/\n\u003e - aws : http://ec2-18-234-185-164.compute-1.amazonaws.com:3000/api/v1\n\n## Contributor\n\n\u003ca href=\"https://github.com/tejojr\"\u003e\n          \u003cimg width=\"100\" src=\"https://avatars2.githubusercontent.com/u/33275770?s=460\u0026v=4\" alt=\"Ammar Annajih Pasifiky\"\u003e\n          \u003cbr/\u003e\n          \u003csub\u003e\n          \u003cb\u003eAmmar Annajih Pasifiky\n          \u003c/b\u003e\n          \u003c/sub\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeroonedev01%2Fexpress-simple-crud-with-sequelize-orm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeroonedev01%2Fexpress-simple-crud-with-sequelize-orm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeroonedev01%2Fexpress-simple-crud-with-sequelize-orm/lists"}