Skip to content

Un proyecto en GitHub que despliega una SPA con backend .NET y frontend React.js usando Docker. Funciona en plataformas como Digital Ocean y AWS. Usa C# (67.8%), JavaScript (29.6%) y HTML (1.2%), simplificando la codificación y despliegue.

Notifications You must be signed in to change notification settings

fabricciotc/NRS.Courses

Repository files navigation

NRS.Courses Deployment Guide

Welcome to the NRS.Courses repository! 🎉 This guide will help you deploy the application using Docker and .NET.

Prerequisites 🛠️

Deployment Instructions 🚀

Deploying with Docker 🐳

  1. Clone the Repository 📂

    git clone https://github.com/fabricciotc/NRS.Courses.git
    cd NRS.Courses
  2. Build the Docker Image 🏗️

    docker build -t nrs.courses .
  3. Run the Docker Container ▶️

    docker run -d -p 8080:80 nrs.courses
  4. Access the Application 🌐 Open your browser and navigate to http://localhost:8080

Deploying with .NET 🖥️

  1. Clone the Repository 📂

    git clone https://github.com/fabricciotc/NRS.Courses.git
    cd NRS.Courses
  2. Restore Dependencies 📦

    dotnet restore
  3. Build the Application 🏗️

    dotnet build
  4. Run the Application ▶️

    dotnet run
  5. Access the Application 🌐 Open your browser and navigate to http://localhost:5000

GitHub Plugins and Features 🎨

  • Issues: Track your work and report bugs here.
  • Pull Requests: Contribute by creating a pull request here.
  • Projects: Organize your tasks with GitHub Projects here.

Feel free to explore the code and contribute! If you encounter any issues, please open an issue or a pull request.

Happy coding! 💻✨


🔗 Useful Links

About

Un proyecto en GitHub que despliega una SPA con backend .NET y frontend React.js usando Docker. Funciona en plataformas como Digital Ocean y AWS. Usa C# (67.8%), JavaScript (29.6%) y HTML (1.2%), simplificando la codificación y despliegue.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published