Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backend-api

The backend API served with PostgREST. This service is in charge of exposing the main API with CRUD operations. It uses PostgreSQL to put as many restrictions as possible upstream. Here directly on the database model.

Prerequisites

  • Rust
  • Docker with docker-compose
  • Diesel CLI
    • cargo install diesel_cli --no-default-features --features postgres

Getting Started

  • cp .env.example .env
  • docker-compose up -d
  • docker exec -it backend-api_postgres_1 psql -U dev -d backend_main (to verify you can connect)
  • diesel setup

About

The backend API served with PostgREST

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages