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.
Ensure you have Node.js and npm installed on your system. You can download them from here.
To clone the repository, run the following command:
git clone [email protected]:TrueSparrowSystems/sirji-nodejs-demo.git
cd sirji-nodejs-demo
Navigate to the project directory and install the required dependencies:
npm install
To start the server, use the following command:
npm start
The server will start running on http://localhost:3000.
The API documentation is available in the OpenAPI format. You can view the OpenAPI specification in the docs/openapi.yaml
file.
The Postman Collection is available here