Skip to content

mewpk/RegisterForm_ASP.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages