Skip to content

Ronin15/actix_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actix Test Project

This project is a simple web application built using the Actix framework in Rust. Runs a webserver and displays a basic landing page with some embeded HTML.

Prerequisites

  • Rust (latest stable version)
  • Cargo (Rust package manager)

Getting Started

  1. Clone the repository:

    git clone https://github.com/Ronin15/actix_test.git
    cd actix_test
  2. Build the project:

    cargo build
  3. Run the application:

    cargo run
  4. Open your browser and navigate to http://localhost:8080 to see the application in action.

Project Structure

  • src/main.rs: The main entry point of the application.
  • Cargo.toml: The project configuration file.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages