Skip to content

Latest commit

 

History

History
64 lines (36 loc) · 2.41 KB

README.md

File metadata and controls

64 lines (36 loc) · 2.41 KB

API Registration Form with ASP.NET v7

This project is a simple API registration form built using ASP.NET version 7. It allows users to register by providing their basic information.

Prerequisites

Getting Started

  1. Clone the repository:
git clone https://github.com/mewpk/RegisterForm_ASP.NET
  1. Navigate to the project directory:
cd RegisterForm_ASP.NET
  1. Restore dependencies:
dotnet restore

  1. Build the project:
dotnet build
  1. Run the project:
dotnet run

The API will start running at http://localhost:5000.

API Endpoints

  • POST /api/register

Use this endpoint to register a new user by providing the required information in the request body.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Acknowledgements