Skip to content
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.

tyush/ss-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

archived

SS-DB was hastily made to be ready before the 2021-2022 FRC season. With newfound time, a rewrite is to be made.

ss-db

SS-DB is a singlularized rewrite of the previous SuperScout platform.

Frankly, the old one had the issue of numerous instances of "yeah this will probably be fine if i don't do this" that were kept unchecked and unproved.

This rewrite aims to stay within one program, using Actix-Web to deliver and parse HTTP responses/requests, Tera to render pages on the server-side to prevent massive amounts of JSON data from reaching the client, and SeaORM to enforce synchronization between structs and the SQLite Database.

Running

Everything is able to be run directly through Cargo. Configuration can be done through the .env file for through environment variables.

cargo run

Pull requests and issues are more than welcome.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages