Skip to content

team-nullptr/graphite-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend server for Graphite.

  1. Run docker compose up
  2. Run server with cargo run

Connecting with locally created database

psql -p 5432 -h localhost -U postgres

In order to run the app you will need /config/dev.toml file. Here is the template:

[database]
connection = "postgres://postgres:dev@localhost:5432/database"

[server]
port = 3000
address = "127.0.0.1"

[oauth]
github_client_id="<github_client_id>"
github_secret_id="<github_secret_id>"

About

Backend server for Graphite.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages