This project implements a basic RESTful API for managing a simple collection of items in memory using Node.js, Express, and TypeScript.
-
Clone the repository:
git clone https://github.com/Hypenexy/API_task2.git -
Navigate to the project directory:
cd SimpleInMemory -
Install the dependencies:
npm i -
Start the application:
npm start
The API allows you to perform CR operations on "items". You can create and retrieve "items".
POST /items- Create a new itemGET /items- Retrieve all items
This project is licensed under the MIT License.