Skip to content

An ASP.NET application to manage and link Minecraft usernames with users' Discord usernames through a database. Includes secure authentication and a responsive design.

License

Notifications You must be signed in to change notification settings

Harvestminer/Pond-App

Repository files navigation

ASP.NET PondApp Project

Overview

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.

Table of Contents

Project Structure

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

Features

  • 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.

Installation

To get started with the project, clone the repository and set up the development environment.

Prerequisites

Steps

  1. Clone the repository:
    git clone https://github.com/Harvestminer/PondApp.git
  2. Navigate to the project directory:
    cd PondApp
  3. Restore the dependencies:
    dotnet restore
  4. Update the appsettings.json file with your SQL Server connection string.

Usage

To run the application, use the following command:

dotnet run

Navigate to https://localhost:5001 in your web browser to access the application.

Contributing

Contributions are welcome! Please submit a pull request or open an issue to discuss your ideas for enhancing the project.

Contributing

This project is licensed under the MIT License. See the LICENSE file for more details.


Developed by Tyler Wesley

About

An ASP.NET application to manage and link Minecraft usernames with users' Discord usernames through a database. Includes secure authentication and a responsive design.

Topics

Resources

License

Stars

Watchers

Forks