Version: 1.0.0
PrezUpServerAPI is the backend service for the PrezUp system, built using .NET 9. It provides a RESTful API for managing user presentations, analyzing presentation quality, and storing feedback.
- User authentication using JWT.
- Presentation management (create, update, delete).
- File storage in AWS S3.
- Integration with PrezUpServerNLP for AI-driven feedback analysis.
- .NET 9
- MySQL database
- AWS S3 credentials for file storage
- Clone the repository:
git clone https://github.com/yourusername/PrezUpServerAPI.git - Navigate to the project directory:
cd PrezUpServerAPI - Restore dependencies:
dotnet restore - Build the project:
dotnet build - Run the server:
dotnet run
The API runs at http://localhost:5000. You can test endpoints using Postman or cURL.
Contributions are welcome! Feel free to submit issues or pull requests.
This project is licensed under the MIT License.
Chaya Ziv