Skip to content

jryan99/API

Repository files navigation

FDA API

A Node.js REST API for managing and accessing FDA-related data.

Table of Contents


About

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.

Features

  • RESTful endpoints for data access and management
  • SQLite database integration (myfdx.db)
  • Modular codebase (server.js, accounts-api.js)
  • Easily extensible for additional endpoints

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/jryan99/API.git
    cd API
    
  2. Install dependencies:

    npm install
    
  3. Ensure myfdx.db is present in the root directory (or create your own).

Running the API

Start the server with:

fdx-admin

fdx-admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors