Skip to content

boraladiogo/node-express-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Releases

No releases published

Packages

No packages published