Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k3ury99/nexgen-innovations
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.
https://github.com/k3ury99/nexgen-innovations
asp-net-core final-project mvc-architecture sqlite3-database
Last synced: 3 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/k3ury99/nexgen-innovations
- Owner: K3ury99
- License: mit
- Created: 2024-04-14T02:49:24.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T01:11:41.000Z (5 months ago)
- Last Synced: 2024-11-10T12:38:18.843Z (2 months ago)
- Topics: asp-net-core, final-project, mvc-architecture, sqlite3-database
- Language: HTML
- Homepage:
- Size: 57.4 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.- Explanatory video on YouTube: https://www.youtube.com/watch?v=FRRp64l4Df4
## 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:
- git clone https://github.com/K3ury99/Nexgen-Innovations.git3. Open the project in Visual Studio or Visual Studio Code.
4. 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"4. Push your branch: git push origin feature/new-feature
5. Create a pull request on GitHub and describe your changes in detail.
> [!IMPORTANT]
This project was developed by: **Keury Ramírez, Victor Sanchez.**