Skip to content

restu-lomboe/restfull-api-expresjs

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published