-
Notifications
You must be signed in to change notification settings - Fork 1
Backend
Víctor Losada Hernández edited this page Jun 2, 2024
·
1 revision
Hey, i just created the backend for this project, will get the users from naturalcrit.com(don't know how to right now, but i will) and built a sheet model for the character sheets:
id: { type: String, required: true, unique: true },
title: { type: String, required: true },
layout: { type: String, required: true },
settings: { type: String, required: true },
author: { type: String, required: true },
Still have to implement a post method.