This is a basic CRUD (Create, Read, Update, Delete) RESTful API built using Express.js, a popular web framework for Node.js.
- Create new records
- Read (get) existing records
- Update existing records
- Delete records
Make sure you have the following installed:
- Node.js (version 20 or higher)
- npm (Node Package Manager)
- sequalize CLI (Package For Migration Database)
git clone https://github.com/your-username/your-repository.git
cd your-repository
npm install
make new .env and copy file from .env.example
DB_USER=
DB_PASSWORD=
DB_NAME=
DB_HOST=
DB_PORT=
npx sequelize-cli db:migrate
npm run dev
For a detailed walkthrough of this project, check out the YouTube video.