Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.04 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.04 KB

Audio Phenotyping API Back-end

Prerequisites

Before setting up the project, ensure you have the following installed:

Setting up the Project

  1. Clone the repository:

    git clone https://github.com/akshat22/brapi-sample.git
  2. Rename sample.env to config.env and configure the variables:

    • Database settings
    • Redis server settings
    • Host and port for deploying the application
  3. Run the createaudio.sql script to set up the local database:

    mysql -u <username> -p < createaudio.sql
  4. Install required packages:

    npm install
  5. Start the application:

    npm start
  6. You can now make API calls using a tool like Postman.