/tumb

A backend with a JSON database, user and message creation including a login system, user management, and posting messages as users.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Typescript User/Message Backend

My first attempt at making a user and messaging backend. Uses a JSON file to store data, because I've yet to learn SQL.

Development is currently put on hold for this project.

How to run this script: Clone the repository and then write the following commands into the terminal.

>npm i
>mkdir db
>touch db/data.json
>npm start