🌊 A simple ASPNET MVC application to create imports of products. Made with .NET Framework 4.8.1
ImportCrud is an ASP.NET MVC application targeting .NET Framework 4.8.1. The application provides a platform for managing user authentication, external logins, and basic CRUD operations. It leverages ASP.NET Identity for user management and authentication.
If you haven't downloaded .NET Framework 4.8.1 yet you can download it here Download .NET Framework 4.8.1
You can download SQL Server here SQL Server Downloads | Microsoft and SQL Server Management Studio here Download SQL Server Management Studio (SSMS)
- Clone this repository
git clone https://github.com/pferreirafabricio/aspnet-mvc-import-crud.git
- Open the solution
ImportCrud/ImportCrud.sln
in Visual Studio - Restore the Nuget packages
- Change the connection string in
ImportCrud/Web.config
- Build the project
- Run the following commands in the Package manager console to update the database
Update-Database -ConfigurationTypeName ConfigurationIdentity -Verbose
Update-Database -ConfigurationTypeName ConfigurationImportCrud -Verbose
- Run the web app with IIS Express
- Fork this repository
- Create a branch with your feature:
git checkout -b my-feature
- Commit your changes:
git commit -m 'feat: My new feature'
- Push your branch:
git push origin my-feature
This project is licensed under the MIT license. For more details, see the LICENSE file.