This project is a simple API registration form built using ASP.NET version 7. It allows users to register by providing their basic information.
- Clone the repository:
git clone https://github.com/mewpk/RegisterForm_ASP.NET
- Navigate to the project directory:
cd RegisterForm_ASP.NET
- Restore dependencies:
dotnet restore
- Build the project:
dotnet build
- Run the project:
dotnet run
The API will start running at http://localhost:5000
.
POST /api/register
Use this endpoint to register a new user by providing the required information in the request body.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.