Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 1.22 KB

README.md

File metadata and controls

69 lines (46 loc) · 1.22 KB

CRUD RESTful API with Express.js

This is a basic CRUD (Create, Read, Update, Delete) RESTful API built using Express.js, a popular web framework for Node.js.

Features

  • Create new records
  • Read (get) existing records
  • Update existing records
  • Delete records

Prerequisites

Make sure you have the following installed:

Getting Started

Installation

Clone the repository:

git clone https://github.com/your-username/your-repository.git
cd your-repository

Install Package:

npm install

Make ENV:

 make new .env and copy file from .env.example

Setup DB:

 DB_USER=
 DB_PASSWORD=
 DB_NAME=
 DB_HOST=
 DB_PORT=

Run migrations:

 npx sequelize-cli db:migrate

Import collection postman

Run Project:

 npm run dev

Video Tutorial

For a detailed walkthrough of this project, check out the YouTube video.