Skip to content

create user

Schmarvinius edited this page Jun 9, 2023 · 1 revision

http://localhost:3000/api/user/

post request

body: {
 "name": String,
 "password": String,
 "email": String,
 "likedRecipes": [String] -> empty when creating user
 "createdRecipes": [String] -> empty when creating user
}

Clone this wiki locally