Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ziadsalah2003/surveybasket
SurveyBasket API is a robust and scalable survey management system built with ASP.NET Core 8.0. It provides a comprehensive set of features for creating, managing, and analyzing surveys. The API is designed to be secure, efficient, and easy to integrate with other systems.
https://github.com/ziadsalah2003/surveybasket
csharp rest-api sql-server
Last synced: 2 months ago
JSON representation
SurveyBasket API is a robust and scalable survey management system built with ASP.NET Core 8.0. It provides a comprehensive set of features for creating, managing, and analyzing surveys. The API is designed to be secure, efficient, and easy to integrate with other systems.
- Host: GitHub
- URL: https://github.com/ziadsalah2003/surveybasket
- Owner: ZiadSalah2003
- Created: 2024-07-15T15:56:01.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-09-20T02:56:48.000Z (4 months ago)
- Last Synced: 2024-10-19T10:21:01.278Z (3 months ago)
- Topics: csharp, rest-api, sql-server
- Language: C#
- Homepage:
- Size: 223 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SurveyBasket.API
## Features
- **User Authentication and Authorization**: Secure user authentication using JWT tokens and role-based access control.
- **Survey Management**: Create, update, delete, and publish surveys.
- **Question Management**: Add, update, and remove questions within surveys.
- **Response Collection**: Collect and store survey responses.
- **Result Analysis**: Analyze survey results with detailed reports.
- **Email Notifications**: Send email notifications for survey invitations and confirmations.
- **Rate Limiting**: Protect the API from abuse with IP-based rate limiting.
- **Health Checks**: Monitor the health of the API with integrated health checks.
- **Background Jobs**: Manage background tasks using Hangfire.
- **Swagger Integration**: Interactive API documentation with Swagger.## Technologies Used
- ASP.NET Core 8.0
- Entity Framework Core 8.0
- Microsoft Identity
- FluentValidation
- Hangfire
- Serilog
- Swagger
- Mapster## Getting Started
### Prerequisites
- .NET 8.0 SDK
- SQL Server### Installation
1. Clone the repository:
```bash
git clone https://github.com/yourusername/SurveyBasket.git
cd SurveyBasket
```
2. Apply migrations to set up the database:
```bash
dotnet ef database update
```### Usage
- Access the Swagger UI at `http://localhost:5000/swagger` to explore and test the API endpoints.## Contributing
Contributions are welcome! Please read the [CONTRIBUTING.md](CONTRIBUTING.md) for more information.## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.## Contact
For any inquiries or feedback, please contact [[email protected]](mailto:[email protected]).