Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oguzal/noteapp

A starter kit using Material-react-table, react, typescript, node.js, postgresql
https://github.com/oguzal/noteapp

material-react-table postgresql react typescript vitejs

Last synced: 9 days ago
JSON representation

A starter kit using Material-react-table, react, typescript, node.js, postgresql

Awesome Lists containing this project

README

        

# Simple Note Application

This application allows users to easily manage their notes through indexing, creation, update, and deletion functionalities.
![Create new note](create_new_note.png)

![Notes](grid.png)

### Modular Design

The application is built with a modular architecture, consisting of two independent projects:

### Backend Application:
Handles data storage, processing, and business logic.

### Frontend Application:
Provides the user interface for interacting with the backend.

Each project has its own dedicated README file that outlines specific instructions for setup and execution.
Please refer to the respective README files for detailed guidance and start with the Backend Project first