Skip to content

it-mario/node-course-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-course-server

A simple RESTful API built with Node.js and Express for managing courses. This project demonstrates backend development fundamentals including routing, controllers, middleware, and CRUD operations.


🚀 Features

  • REST API for course management
  • Create, Read, Update, Delete (CRUD) operations
  • Express routing system
  • Middleware integration
  • JSON-based data handling
  • Error handling and validation

🧠 Tech Stack

  • Node.js
  • Express.js
  • JavaScript (ES6+)
  • REST API principles

⚙️ Installation

git clone https://github.com/your-username/node-course-server.git
cd node-course-server
npm install

# development mode
npm run dev

# production mode
npm start

About

node-course-server is a backend REST API built with Node.js and Express for managing course data, demonstrating CRUD operations, routing, and RESTful API design.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors