Skip to content

This is a CRUD system developed in ASP.NET CORE MVC, which is connected to a Sqlite3 database. It uses Scaffold to automatically generate the code needed for create, read, update, and delete operations. The frontend is designed with Bootstrap for a responsive and modern user interface.

License

Notifications You must be signed in to change notification settings

K3ury99/Nexgen-Innovations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NexGen Innovations

Note

This is a CRUD system developed in ASP.NET CORE MVC, which is connected to a Sqlite3 database. It uses Scaffold to automatically generate the code needed for create, read, update, and delete operations. The frontend is designed with Bootstrap for a responsive and modern user interface.

Requirements

  • ASP.NET Core SDK
  • Visual Studio or Visual Studio Code (or another text editor of your choice)

Facility

  1. Clone this repository to your local machine:
  1. Open the project in Visual Studio or Visual Studio Code.

  2. Open the terminal in the project location and run the following commands to install the dependencies: dotnet restore

Database configuration

  1. Make sure you have Sqlite3 installed on your system.

  2. Open the appsettings.json file and check the database connection string. Make sure it is pointing correctly to the Sqlite3 database file.

  3. Run the migrations to create the database: dotnet ef database update

Use

  1. Run the application: dotnet run

Contribute

If you wish to contribute to this project, please follow the following steps:

  1. Fork this repository.

  2. Create a new branch for your feature: git checkout -b feature/new-feature

  3. Make your changes and commit:

  • git add .
  • git commit -m "Description of your changes"
  1. Push your branch: git push origin feature/new-feature

  2. Create a pull request on GitHub and describe your changes in detail.

Important

This project was developed by: Keury Ramírez, Victor Sanchez.

About

This is a CRUD system developed in ASP.NET CORE MVC, which is connected to a Sqlite3 database. It uses Scaffold to automatically generate the code needed for create, read, update, and delete operations. The frontend is designed with Bootstrap for a responsive and modern user interface.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •