Repository files navigation Student Management Application
Visit the .NET download page .
Select the appropriate installer for your operating system and follow the installation instructions.
Download PostgreSQL from EnterpriseDB
Go to the EnterpriseDB PostgreSQL download page .
Choose the version suitable for your operating system and follow the installation instructions.
Visit the Node.js download page .
Download the installer for your operating system and follow the installation instructions.
After installing PostgreSQL, open the PostgreSQL command line or pgAdmin.
Create a new database named studentsinfo by executing the following SQL command:
CREATE DATABASE studentsinfo ;
Navigate to the ReactApp1/Server directory in your terminal.
Run the following command to start the application:
After approximately 4 seconds, a command section will appear with a URL. Control-click the URL to view the client side of the application.
Navigate to the ReactApp1.client directory in your terminal.
Run the following command to install the necessary dependencies:
After the installation is complete, you can start the client application with:
Ensure that your connection string in appsettings.json is correctly configured to connect to the studentsinfo database.
The application uses Dapper for data access and ClosedXML for generating Excel files.
About
ASP.NET Web API React
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.