Skip to content

Backend

Víctor Losada Hernández edited this page Jun 2, 2024 · 1 revision

Starting the backend

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:

Character sheet model schema

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.

Clone this wiki locally