Skip to content

An interactive interface to the OSF supabase database

License

Notifications You must be signed in to change notification settings

dhzdhd/database

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 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.

About

An interactive interface to the OSF supabase database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 51.1%
  • Svelte 34.2%
  • TypeScript 13.2%
  • HTML 1.2%
  • CSS 0.3%