LittleMoonie / JoblessAndFound

A project website for Epitech's Web course on a job offer website
2 stars 0 forks source link

Create RESTful API for CRUD Operations on Job Data #21

Closed LittleMoonie closed 1 month ago

LittleMoonie commented 1 month ago

Description: Build a RESTful API with CRUD operations for job advertisements, companies, users, and applications. Tasks: Set up the backend framework (e.g., Flask, Express, Laravel). Create RESTful routes for CRUD operations. Implement Create, Read, Update, Delete functions. Test CRUD operations with mock data.

LittleMoonie commented 1 month ago

Used Swagger for API interface a d C# for backend logic