** Notes Backend API** is a C# .Net Core RESTful API that performs CRUD operations, authentication, filtering, and sorting.
This is to practice C# .Net Core API, authentication, sorting and filtering.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Code editor like Visual Studio or Visual Studio Code
- Latest .NET SDK
- install SQL server
Clone this repository to your desired folder:
cd your-folder
git clone [email protected]:sawmon71293/notes-backend.gitInstallations:
- .NET SDK
- dotnet add package BCrypt.Net-Next --version 4.0.3
- dotnet add package Dapper --version 2.1.66
- dotnet add package Microsoft.ASPNetCre.Authentication.JwtBearer --version 8.0.0
- dotnet add package Microsoft.Data.SqlClient --version 6.1.0
- dotnet add package Swashbuckle.AspNetCore --version 6.6.2
- dotnet run
- no tests have been implemented yet.
👤 Saw Mon Han
- For UI you can clone Nuxt4 front-end
- Tests to be implemented.
- Practice CI/CD and deployment.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please consider a star on GitHub!
I would like to thank myself for believing to dream big.
This project is MIT licensed.