Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple In-Memory API

This project implements a basic RESTful API for managing a simple collection of items in memory using Node.js, Express, and TypeScript.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/Hypenexy/API_task2.git
    
  2. Navigate to the project directory:

    cd SimpleInMemory
    
  3. Install the dependencies:

    npm i
    
  4. Start the application:

    npm start
    

Usage

The API allows you to perform CR operations on "items". You can create and retrieve "items".

API Endpoints

  • POST /items - Create a new item
  • GET /items - Retrieve all items

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages