Skip to content

TrueSparrowSystems/sirji-nodejs-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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

About

Node.js Express Demo Repository for Sirji

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published