Skip to content

JulioRaf4/exemple-rust-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust API

This project is a simple Rust API created for learning purposes.

Getting Started

  1. Fork this repository.

  2. Build the Docker container:

    docker-compose build
  3. Start the Docker container:

    docker-compose up -d
  4. Check the container status:

    docker-compose ps -a
  5. Test the API using Postman or any preferred method.

Usage

  • The API is accessible at http://localhost:8080.

  • Use endpoints like http://localhost:8080/users to interact with the API.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published