CRUD Operations are as follows:
POST: Creates a new resource
GET: Reads/Retrieve a resource
PUT: Updates an existing resource
DELETE: Deletes a resource
Open your replit editor: https://replit.com/~ , choose(template) java then create the title name of your project.