This project is an ASP.NET application being developed by Tyler Wesley. The goal of this project is to leverage the ASP.NET framework to build a robust and scalable web application.
The project follows the standard ASP.NET project structure, including folders for Controllers, Views, and Models.
/ProjectRoot
|-- /Controllers
|-- /Data
|-- /Domain
|-- /Migrations
|-- /Models
|-- /Properties
|-- /Services
|-- /Views
|-- /wwwroot
|-- Program.cs
|-- appsettings.json
- MVC Architecture: The application follows the Model-View-Controller (MVC) design pattern.
- User Authentication: Built-in user authentication for secure login and registration.
- Responsive Design: Mobile-friendly design to ensure accessibility across all devices.
- Database Integration: Integration with SQL Server for data storage and retrieval.
To get started with the project, clone the repository and set up the development environment.
- Clone the repository:
git clone https://github.com/Harvestminer/PondApp.git
- Navigate to the project directory:
cd PondApp
- Restore the dependencies:
dotnet restore
- Update the
appsettings.json
file with your SQL Server connection string.
To run the application, use the following command:
dotnet run
Navigate to https://localhost:5001 in your web browser to access the application.
Contributions are welcome! Please submit a pull request or open an issue to discuss your ideas for enhancing the project.
This project is licensed under the MIT License. See the LICENSE file for more details.
Developed by Tyler Wesley