Skip to content

Manipal-OSF/database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

database

An interactive interface to the OSF supabase database

Development

Prerequisites

Setup

  • Create a fork and clone the repository
  • Open the cloned repository in your editor of choice and access the terminal
  • Move to the api directory - cd api
  • Create a new file - Secrets.toml and populate it as per .env-example
    • Note - only the variables marked DEV and the SECRET variable are required for dev
  • Run the project - cargo shuttle run
  • Access the API using something like Postman or by running the frontend locally.