.NET6 API
Starter ASP.NET Core API baked with env variables.
dotnet6-api
ayush-lal/dotnet6-api
Just deployed
ASP.NET Core API (.NET6)
Description
Starter ASP.NET Core API baked with env variables.
Tech Stack
- ASP.NET Core Web API
- .NET 6
Getting Started
Installation
- Clone the repo
git clone https://github.com/ayush-lal/dotnet6-api
- Navigate to project directory and clone .env.example
cd src/ExampleAPI
- Windows:
copy .env.example .env
- Linux/MacOS:
cp .env.example .env
- Windows:
- Run the API
dotnet run
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated!
If you have a suggestion that would make this project better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star!
- Clone the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Template Content
dotnet6-api
ayush-lal/dotnet6-api