https://github.com/sujoyghoshal/dotnet
A full-stack CRUD application built with React and .NET. This project demonstrates how to create a seamless interface using React for the frontend and .NET for the backend. It covers basic CRUD operations
https://github.com/sujoyghoshal/dotnet
api csharp dotnet npm postman react thunderclient
Last synced: 16 days ago
JSON representation
A full-stack CRUD application built with React and .NET. This project demonstrates how to create a seamless interface using React for the frontend and .NET for the backend. It covers basic CRUD operations
- Host: GitHub
- URL: https://github.com/sujoyghoshal/dotnet
- Owner: sujoyghoshal
- Created: 2024-09-09T10:46:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T12:50:21.000Z (10 months ago)
- Last Synced: 2025-03-12T22:44:05.105Z (4 months ago)
- Topics: api, csharp, dotnet, npm, postman, react, thunderclient
- Language: JavaScript
- Homepage:
- Size: 1.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReactDotNetCRUD
![]()
A full-stack CRUD application built with React and .NET. This project demonstrates how to create a seamless interface using React for the frontend and .NET for the backend. It covers basic CRUD operations—Create, Read, Update, and Delete—allowing users to interact with a database through a web application.
## Key Features
- **Frontend:** Developed using React for a responsive and dynamic user interface.
- **Backend:** Powered by .NET for robust and scalable server-side operations.
- **Database:** Integration with a database for persistent data storage.
- **CRUD Operations:** Implemented full CRUD functionalities for managing data.
- **RESTful API:** Provides endpoints for client-server communication.## Technologies Used
- React
- .NET (C#)
- SQL Server (or any other database you choose)
- Axios (for API calls)## Application Screenshot
## Setup Instructions
### Frontend
1. Navigate to the frontend directory:
```bash
cd client
```
2. Install dependencies:
```bash
npm install
```
3. Run the frontend application:
```bash
npm start
```### Backend
1. Navigate to the backend directory:
```bash
cd Dotnet
```
2. Restore .NET dependencies:
```bash
dotnet restore
```
3. Run the backend application:
```bash
dotnet run
```## Contributing
Feel free to open issues or submit pull requests if you have suggestions or improvements.## License
This project is licensed under the MIT License.## Contact
For any questions or feedback, please reach out to [[email protected]](sujoyghoshal.vercel.app).