A Node.js REST API for managing and accessing FDA-related data.
This project provides a RESTful API built with Node.js. It is designed to facilitate CRUD operations on FDA-related resources, interfacing with a SQLite database. The API is intended for developers and data analysts who need programmatic access to FDA data.
- RESTful endpoints for data access and management
- SQLite database integration (
myfdx.db) - Modular codebase (
server.js,accounts-api.js) - Easily extensible for additional endpoints
-
Clone the repository:
git clone https://github.com/jryan99/API.git cd API -
Install dependencies:
npm install -
Ensure
myfdx.dbis present in the root directory (or create your own).
Start the server with: