Skip to content

Arthur-byte-code/API-NODE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

API built using node, sqlite and insomnia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published