Skip to content

sampaio-tech/rust-cursor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Service

A Rust-based web service using Axum framework.

Features

  • Web Framework: Axum
  • Database: PostgreSQL with connection pooling
  • Authentication: Firebase Auth
  • Logging: Tracing
  • CORS support
  • Environment variable management

Prerequisites

  • Rust (latest stable version)
  • PostgreSQL
  • Firebase project (for authentication)

Setup

  1. Clone the repository
  2. Copy .env.example to .env and update the values
  3. Install dependencies:
    cargo build
  4. Run the service:
    cargo run

The service will be available at http://localhost:3000

Development

  • The project uses tracing for logging
  • Environment variables are managed through .env file
  • CORS is enabled for development (configure as needed for production)

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages