Skip to content

REST API and WebSocket server for VetText app

Notifications You must be signed in to change notification settings

vettext/vt-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VetText API Server

This is an API for the VetText app, written in Rust with Actix-Web.

Dependencies

rust/cargo is required to run the server:

curl https://sh.rustup.rs -sSf | sh

Documentation

Running the Server

cargo run

The server will start on port 8080.

Running Tests

cargo test

Environment Variables

  • DATABASE_URL: PostgreSQL connection string
  • JWT_SECRET: Secret key for JWT tokens
  • GCS_BUCKET_NAME: Google Cloud Storage bucket name

About

REST API and WebSocket server for VetText app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published