Skip to content

baskargroup/SEARS-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEARS API [MIT License]

This application provides the frontend and backend for SEARS. It has the following components:

  • User/Admin authentication (signup/login) User/Admin authentication
  • Admin dashboard for user management. Approve/Deactivate users Admin dashboard
  • User Dashboard for API key management, schema view, test queries User Dashboard User Dashboard

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/yourusername/sears-api.git
    cd sears-api/backend (for frontend, use cd sears-api/frontend)
  2. Install dependencies:

    npm install
  3. Create a .env file from the example:

    cp .env.example .env
  4. Update the .env file with your configuration.

  5. Start the development server:

    npm run dev

Please Note:

You have to do it twice. once for the frontend and once for the backend.

Usage

Please go to API Key Usage for instructions on how to use your API key.

About

Contains the Code to allow backend SEARS Data access

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published