Welcome to the NRS.Courses repository! 🎉 This guide will help you deploy the application using Docker and .NET.
-
Clone the Repository 📂
git clone https://github.com/fabricciotc/NRS.Courses.git cd NRS.Courses
-
Build the Docker Image 🏗️
docker build -t nrs.courses .
-
Run the Docker Container
▶️ docker run -d -p 8080:80 nrs.courses
-
Access the Application 🌐 Open your browser and navigate to
http://localhost:8080
-
Clone the Repository 📂
git clone https://github.com/fabricciotc/NRS.Courses.git cd NRS.Courses
-
Restore Dependencies 📦
dotnet restore
-
Build the Application 🏗️
dotnet build
-
Run the Application
▶️ dotnet run
-
Access the Application 🌐 Open your browser and navigate to
http://localhost:5000
- 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