Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.16 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.16 KB

Express Basic CRUD API

This repository is dedicated to the study and development of a basic CRUD (Create, Read, Update, Delete) API using Express.js. The main objective is to understand the fundamental concepts of building a RESTful API and to gain hands-on experience with Express.js.

Features

  • Create: Add new entries to the database.
  • Read: Retrieve existing entries from the database.
  • Update: Modify existing entries in the database.
  • Delete: Remove existing entries from the database.

Technologies Used

  • Express.js: A fast, unopinionated, and flexible Node.js web application framework.
  • Node.js: A JavaScript runtime built on Chrome's V8 JavaScript engine.

Learning Objectives

  • Understand the principles of RESTful APIs.
  • Learn how to set up an Express.js server.
  • Gain experience with routing and handling HTTP requests/responses.
  • Learn how to connect to a database and perform CRUD operations.

This repository is open to anyone who wants to learn about building APIs with Express.js. Feel free to clone, modify, and use this repository for your learning journey!