First almost fully functioning MVP.
Lacking: - Seasons cannot be added/edited - image upload - layout recipe/adding
This commit is contained in:
@ -2,7 +2,7 @@ import mongoose from 'mongoose';
|
||||
|
||||
const RecipeSchema = new mongoose.Schema(
|
||||
{
|
||||
short_name: {type: String, required: true},
|
||||
short_name: {type: String, required: true, unique: true},
|
||||
name : {type: String, required: true,},
|
||||
category : {type: String, required: true,},
|
||||
icon: {type: String, required: true},
|
||||
|
Reference in New Issue
Block a user