Skip to content

pferreirafabricio/aspnet-mvc-import-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project's logo Import CRUD

🌊 A simple ASPNET MVC application to create imports of products. Made with .NET Framework 4.8.1


👀 Overview

📖 About

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.

🧱 This project was built with:

🚶‍♂️ Installing and Running

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)

  1. Clone this repository git clone https://github.com/pferreirafabricio/aspnet-mvc-import-crud.git
  2. Open the solution ImportCrud/ImportCrud.sln in Visual Studio
  3. Restore the Nuget packages
  4. Change the connection string in ImportCrud/Web.config
  5. Build the project
  6. Run the following commands in the Package manager console to update the database
Update-Database -ConfigurationTypeName ConfigurationIdentity  -Verbose
Update-Database -ConfigurationTypeName ConfigurationImportCrud -Verbose
  1. Run the web app with IIS Express

♻ Contribute

  1. Fork this repository
  2. Create a branch with your feature: git checkout -b my-feature
  3. Commit your changes: git commit -m 'feat: My new feature'
  4. Push your branch: git push origin my-feature

📃 License

This project is licensed under the MIT license. For more details, see the LICENSE file.

📚 Learn more

About

🌊 A simple ASPNET MVC application to create imports of products. Made with .NET Framework 4.8.1

Topics

Resources

License

Stars

Watchers

Forks