Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.42 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.42 KB

Todo App Backend API

This is a simple backend API for a Todo application built with Express.js. It includes basic CRUD operations for managing todos with in-memory persistence.

Purpose of this repo is to give Demos for Sirji.

Getting Started

Prerequisites

Ensure you have Node.js and npm installed on your system. You can download them from here.

Cloning the Repository

To clone the repository, run the following command:

git clone [email protected]:TrueSparrowSystems/sirji-nodejs-demo.git
cd sirji-nodejs-demo

Installing Dependencies

Navigate to the project directory and install the required dependencies:

npm install

Running the Server

To start the server, use the following command:

npm start

The server will start running on http://localhost:3000.

API Documentation

The API documentation is available in the OpenAPI format. You can view the OpenAPI specification in the docs/openapi.yaml file.

Mermaid Sequence Diagrams

Postman Collection

The Postman Collection is available here