Pastry_crust is a minimal pastebin-type application inspired by Rust's sweetness, allowing users to quickly share code snippets and text content.
Before you begin, ensure you have the following installed:
- Rust programming language (Recommended version: Install Rust)
- Cargo package manager (Usually comes with Rust installation)
-
Clone the repository:
git clone https://github.com/lordofwizard/pastry_crust.git
-
Change into the project directory:
cd pastry_crust
-
Build the project:
cargo build
Run the application using Cargo:
cargo run
Open your web browser and navigate to:
http://localhost:8080
You will be greeted with the Pastry_Crust webpage.
- Enter your code or text content in the textarea.
- Click the "Submit" button.
- You will be redirected to a page displaying your paste token.
We welcome contributions! If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature/bugfix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Create a pull request.
This project is built using the Rust programming language. It utilizes the following Rust crates:
The project also incorporates Tailwind CSS for styling.
This project is licensed under the MIT License.