Skip to content

felipeoriani/rust-raw-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust REST API

This project was created to learn more about Rust programming language, and the target here is to have a working simple raw REST API written in Rust.

Dependencies

docker compose up -d

How to run

Use cargo to build and run at the terminal:

cargo build

And then

cargo run

It will use the .env file to set the PORT, or if it's not defined, the port 8080 will be used.

About

This repository is part of my Rust learning journey, demonstrating how to build a raw REST API with HTTP streams and PostgreSQL for data access.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages