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.
- 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.
- Clone the repository.
- Install dependencies with:
npm install
- Start the application:
npm start
- Test the API using Insomnia or any API client.