A simple Deno-based web application demonstrating easy deployment on DigitalOcean App Platform.
This project serves as a straightforward example of how to create a web application using Deno and deploy it to DigitalOcean App Platform. It's designed to be a starting point for developers looking to understand the basics of Deno and cloud deployment.
- Basic Deno web server
- Docker configuration for easy containerization
- Ready for deployment on DigitalOcean App Platform
- Deno (version 2.1.9 or later)
- Docker (for containerization)
- A DigitalOcean account (for deployment)
- Clone the repository:
git clone https://github.com/rkasper/hello-deno.git
cd hello-deno
- Run the application locally:
deno run --allow-net src/app.ts
- Visit
http://localhost:8000in your browser to see the application running.
This application is configured for easy deployment to DigitalOcean App Platform. Follow these steps:
- Fork this repository to your GitHub account.
- Log in to your DigitalOcean account and navigate to the App Platform section.
- Click "Create App" and select your forked repository.
- Follow the prompts to deploy your application.
For more detailed instructions, refer to the DigitalOcean App Platform documentation.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License - see the LICENSE.md file for details.