Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 764 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 764 Bytes

API-NODE

API built using Node.js, SQLite, and Insomnia

This project is a simple RESTful API developed with Node.js as the backend framework, SQLite for the database, and Insomnia as the API client for testing. It allows basic operations like creating, reading, updating, and deleting (CRUD) data from a database.

Key Features:

  • Node.js: Handles the server-side logic and routes.
  • SQLite: Lightweight database used for data storage.
  • Insomnia: API client tool used for testing endpoints and managing requests.

How to Run:

  1. Clone the repository.
  2. Install dependencies with:
    npm install
  3. Start the application:
    npm start
  4. Test the API using Insomnia or any API client.