Skip to content

project-campground/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Rust project that utilizes PostgreSQL, Diesel, SeaweedFS, AT Protocol, and the Signal Protocol.

Getting Started

  1. Install Rust, Postgres, and Diesel from the links above.

  2. Run the below command

setx PQ_LIB_DIR "C:\Program Files\PostgreSQL\VER_NUM\lib

Where VER_NUM is the number of the folder after the PostgreSQL folder

  1. Add the same path shown in the above command to PATH, so that apps may be able to access the Postgres libraries properly

From there, follow the directions within the service folders to run each individual service.

If you encounter any errors with Rust or PostgreSQL and resolve them, you must run the below command before proceeding:

cargo clean

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages