Skip to content
/ actix-rs Public template

Actix-Web v4.9 new projects custom template

License

Notifications You must be signed in to change notification settings

rushmi0/actix-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actix-Web v4.9.0

Easily build and deploy applications with this Actix-web custom template.


Installation

  1. Install cargo-watch

To enable live-reloading during development, install cargo-watch using the following command:

   cargo install cargo-watch --locked

Development Setup

To start developing, use the following steps:

  1. Run the development server

Use cargo-watch to start the development server with live-reloading:

   cargo watch -x run

This will monitor file changes and automatically restart the application.


Build and Run with Docker

  1. Start services using Docker Compose

Run the following command to start the database and the Actix-web application:

   docker compose up actix-db actix-app

Resources

Before starting, ensure you have the following installed on your system:

About

Actix-Web v4.9 new projects custom template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published